From 74d76565805ce7edcd8364f3e8bdbb56ba5e241c Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 4 Oct 2019 23:50:41 +0200 Subject: [PATCH] Fix notifications module integration --- notifications/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/module.go b/notifications/module.go index c0ce406..39985ae 100644 --- a/notifications/module.go +++ b/notifications/module.go @@ -11,7 +11,7 @@ var ( ) func init() { - modules.Register("notifications", nil, start, nil, "base", "database") + module = modules.Register("notifications", nil, start, nil, "base", "database") } func start() error {