diff --git a/crm/start.go b/crm/start.go index 22d6c2548..d9231070c 100644 --- a/crm/start.go +++ b/crm/start.go @@ -53,10 +53,8 @@ func Init(ctx context.Context) error { }, }) - // Don't change this, it needs Database - service.Init() - - return nil + // Don't change this to init(), it needs Database + return service.Init() } func InitDatabase(ctx context.Context) error {