Changed how time are sent to frontend during sync
All checks were successful
Build / build (push) Successful in 40s

This commit is contained in:
2025-11-15 14:55:03 +01:00
parent aa0b8275e7
commit 290d79ef5e
2 changed files with 3 additions and 4 deletions

View File

@@ -46,7 +46,6 @@ func InitDB(host string, port string, user string, password string, dbname strin
_, _ = fmt.Fprintf(os.Stderr, "QueryRow failed: %v\n", err)
os.Exit(1)
}
Testf()
fmt.Println(success)
}