hotfix #50

Merged
李寻欢 merged 2 commits from hotfix into main 2024-05-16 00:13:44 +08:00
Showing only changes of commit c0c3864a8e - Show all commits

View File

@ -58,7 +58,7 @@ func InitTasks() {
} }
// 每天0点检查一次处理清理群成员 // 每天0点检查一次处理清理群成员
_, _ = s.Cron("12 0 * * *").Do(cleargroupuser.ClearGroupUser) _, _ = s.Cron("0 0 * * *").Do(cleargroupuser.ClearGroupUser)
// 开启定时任务 // 开启定时任务
s.StartAsync() s.StartAsync()