Skip to content

Commit c85f815

Browse files
committed
!HOTFIX: 메일 cron 테스트
1 parent ad5d0eb commit c85f815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/land/leets/global/cron/SendMailCron.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void sendPaperMail() {
1919
log.info("Send paper result mail successfully.");
2020
}
2121

22-
@Scheduled(cron = "0 18 1 18 3 ?")
22+
@Scheduled(cron = "0 34 1 18 3 ?")
2323
public void sendPaperMailTest() {
2424
sendMail.execute("paper");
2525

0 commit comments

Comments
 (0)