This commit is contained in:
jiangyong27 2023-10-24 22:18:48 +08:00
parent 41072277e0
commit 1691c3bb6a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func SyncCheckin(day string) error {
if isUpdate {
go NotifyCheckinOffDuty(checkin)
}
time.Sleep(60 * time.Second)
time.Sleep(300 * time.Second)
}
return nil