Skip to content

Commit

Permalink
test: 알람 테스트3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 committed Feb 6, 2024
1 parent da4c4c4 commit 007d20a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void notifyReservation() {
}
}

@Scheduled(cron = "0 20 19 * * *")
@Scheduled(cron = "0 25 19 * * *")
private void notifyTestReservation() {
LocalDateTime now = LocalDateTime.now().withSecond(0).withNano(0);
LocalDateTime reservationTime = now.plusDays(1);
Expand Down

0 comments on commit 007d20a

Please sign in to comment.