Skip to content

Commit

Permalink
!HOTFIX: CRON 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnnoh committed Sep 7, 2024
1 parent 2f2ade8 commit f792b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/land/leets/global/cron/SendMailCron.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class SendMailCron {
private final SendMail sendMail;

@Scheduled(cron = "0 57 19 7 9 ?")
@Scheduled(cron = "0 5 20 7 9 ?")
public void sendPaperMail() {
sendMail.execute("paper");

Expand Down

0 comments on commit f792b8f

Please sign in to comment.