fix crash on restart due to change #1030

This commit is contained in:
Alireza Ahmadi
2026-02-28 01:52:34 +01:00
parent 5812d6a827
commit 13d475da20
5 changed files with 39 additions and 23 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ func (a *APP) Start() error {
return err
}
err = a.configService.StartCore("")
err = a.configService.StartCore()
if err != nil {
logger.Error(err)
}