Skip to content

Commit afaa003

Browse files
committed
!HOTFIX: 최종 합격 발표 시간 변경
1 parent f709875 commit afaa003

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
@@ -33,7 +33,7 @@ public void sendPassPaperMail() {
3333
log.info("Send paper result mail successfully.");
3434
}
3535

36-
@Scheduled(cron = "0 0 10 12 9 ?")
36+
@Scheduled(cron = "0 0 20 11 9 ?")
3737
public void sendFinalMail() {
3838
for (ApplicationStatus status : ApplicationStatus.finals()) {
3939
sendFinalMailImpl.execute(status);

0 commit comments

Comments
 (0)