Fix broadcast notifications

This commit is contained in:
Vladimir Stoilov
2024-12-11 16:13:06 +02:00
parent b3c867efc6
commit 0997f1ce26
4 changed files with 12 additions and 18 deletions

View File

@@ -43,10 +43,6 @@ var (
startOnce sync.Once
)
func init() {
// module = modules.Register("broadcasts", prep, start, nil, "updates", "netenv", "notifications")
}
func prep() error {
// Register API endpoints.
if err := registerAPIEndpoints(); err != nil {