fix: 解决系统启动时同步应用导致的报错 (#1301)

This commit is contained in:
zhengkunwang223
2023-06-08 15:20:11 +00:00
committed by GitHub
parent e91b7caf4f
commit de7ef19034
+1 -1
View File
@@ -22,7 +22,7 @@ func syncApp() {
}
global.LOG.Info("sync app start...")
if err := service.NewIAppService().SyncAppListFromRemote(); err != nil {
global.LOG.Errorf("sync app error: %s", err.Error())
global.LOG.Errorf("sync app error")
return
}
global.LOG.Info("sync app successful")