3
0

upd(system): return service.Init() error

This commit is contained in:
Tit Petric
2019-04-03 14:20:21 +02:00
parent 74e220308c
commit e5aae41fe7
+2 -4
View File
@@ -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 {