mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 22:39:03 +08:00
proto modify
This commit is contained in:
@@ -2,6 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"OpenIM/internal/task"
|
||||
"OpenIM/internal/tools"
|
||||
"OpenIM/pkg/common/config"
|
||||
"fmt"
|
||||
"time"
|
||||
@@ -12,7 +13,7 @@ func main() {
|
||||
if err := config.InitConfig(); err != nil {
|
||||
panic(err.Error())
|
||||
}
|
||||
if err := task.StartCronTask(); err != nil {
|
||||
if err := tools.StartCronTask(); err != nil {
|
||||
panic(err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user