3
0

upd(crm): return error from service.Init()

This commit is contained in:
Tit Petric
2019-04-03 14:16:11 +02:00
parent 2b2c0f95eb
commit b9ecc5e50f
+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 {