diff --git a/system/start.go b/system/start.go index de3fa6da9..28d61afb6 100644 --- a/system/start.go +++ b/system/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 {