delete old codes

This commit is contained in:
Alireza Ahmadi
2025-01-06 00:08:27 +01:00
parent 8bab127f19
commit 8073e8ab0a
6 changed files with 2 additions and 83 deletions
+1 -4
View File
@@ -48,10 +48,7 @@ func (a *APP) Init() error {
a.subServer = sub.NewServer()
a.configService = service.NewConfigService(a.core)
err = a.configService.InitConfig()
if err != nil {
return err
}
return nil
}