Skip to content

Commit

Permalink
Merge pull request #218 from Link-MIND/feature/#213
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
mmihye authored Jan 21, 2024
2 parents 20b9362 + 7221cb0 commit 3032747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class FCMScheduler {


private final int PUSH_MESSAGE_NUMBER = 5;
@Scheduled(cron = "1 * * * * *", zone = "Asia/Seoul")
//@Scheduled(cron = "1 * * * * *", zone = "Asia/Seoul")
public String pushTodayTimer() {

log.info("리마인드 알람");
Expand Down

0 comments on commit 3032747

Please sign in to comment.