Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee committed Oct 11, 2024
2 parents bb8782c + 5ae69bf commit cb63950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ScheduleService(
resetStatusUseCase.reset()
}

@Scheduled(cron = "0 14 * * SUN")
@Scheduled(cron = "0 0 14 * * SUN")
fun saveTimetable() {
deleteTimetablePort.deleteAll()
saveTimetableUseCase.saveTimetable()
Expand Down

0 comments on commit cb63950

Please sign in to comment.