mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 16:45:59 +08:00
fix cron
This commit is contained in:
@@ -24,8 +24,7 @@ func NewRootCmd() (rootCmd *RootCmd) {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
log.InitFromConfig("newlog")
|
||||
return nil
|
||||
return log.InitFromConfig("newlog")
|
||||
},
|
||||
}
|
||||
rootCmd.Command = c
|
||||
|
||||
Reference in New Issue
Block a user