From 51e482e94e59b066fc6ccd23a6259f13624680c0 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 13 Dec 2024 10:27:02 +0100 Subject: [PATCH] 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 c74a31a..cfccedf 100644 --- a/src/udi/handlers/ttn/ttn.go +++ b/src/udi/handlers/ttn/ttn.go @@ -2,7 +2,7 @@ package ttn import ( "fmt" - //"log" + "log" "time" "encoding/json" "udi/config"