修复重构后逻辑问题
This commit is contained in:
@@ -15,6 +15,7 @@ func Init(ctx context.Context) error {
|
||||
errs = append(errs, initValidator())
|
||||
errs = append(errs, initRedis())
|
||||
errs = append(errs, initOrm())
|
||||
errs = append(errs, initAsynq(Redis))
|
||||
errs = append(errs, initProxy())
|
||||
errs = append(errs, initSft())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user