From a9e737fb4fc3784d8911662ba4b6da33205006de Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 28 Jan 2026 08:33:05 +0100 Subject: [PATCH] Forgot init on subscribe --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index 450ef60..46b847f 100755 --- a/main.go +++ b/main.go @@ -54,6 +54,7 @@ func main() { AllowCredentials: true, })) InitDTH() + infrastructure.Singleton.InitSubscribeEvents(context.Background()) beego.Run() } @@ -105,3 +106,5 @@ func InitDTH() error { } return nil } + +// TODO VERIFY IF LOOP OF GET VALUE is ENOUGH TO REFRESH