From 718e093d3dbfdf3a474cd0b104937c43779d5f904203a786c357fa221013e425 Mon Sep 17 00:00:00 2001 From: localhorst Date: Wed, 1 Jan 2025 21:56:23 +0100 Subject: [PATCH] fix location model --- server/src/models/location.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/models/location.ts b/server/src/models/location.ts index 63668b5..4b3e708 100644 --- a/server/src/models/location.ts +++ b/server/src/models/location.ts @@ -46,7 +46,7 @@ Location.init( type: DataTypes.NUMBER, allowNull: true, }, - ttn_gw__longitude: { + ttn_gw_longitude: { type: DataTypes.NUMBER, allowNull: true, },