From 1b6ac5d762860c1130c50c4868382358de4834fd Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 4 Dec 2024 12:52:03 +0100 Subject: [PATCH] gy21, fix --- src/udi/handlers/ttn/ttn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udi/handlers/ttn/ttn.go b/src/udi/handlers/ttn/ttn.go index 6fd18a5..d7a8a58 100644 --- a/src/udi/handlers/ttn/ttn.go +++ b/src/udi/handlers/ttn/ttn.go @@ -14,7 +14,7 @@ import ( "udi/handlers/ttn/models/draginoLsn50" "udi/handlers/ttn/models/rawPayloadPrinter" "udi/handlers/ttn/models/hottisScd30" - "udi/handlers/ttn/models/hottisGy21 + "udi/handlers/ttn/models/hottisGy21" "udi/handlers/ttn/models/hottisThreeWayThermometer" "udi/database" )