fix schedule

This commit is contained in:
2024-12-19 09:25:48 +07:00
parent 67e69f092b
commit 05c1374b2a
+1 -1
View File
@@ -38,7 +38,7 @@ func main() {
defer scheduler.Stop()
scheduler.AddFunc("* 2 * * *", func() {
scheduler.AddFunc("0 2 * * *", func() {
log.Println("=== RUNNING SCHEDULE GET JADWAL DOKTER ===")
for {
success := jadwal_dokter.GetJadwalDokter()