Skip to content

Commit

Permalink
Merge pull request #261 from Modagbul/hotfix
Browse files Browse the repository at this point in the history
hotfix fix : 업데이트 독려 푸시알림 스케쥴링 삭제
  • Loading branch information
seungueonn authored Feb 29, 2024
2 parents d20eb16 + 022b787 commit 1bbb5d6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ public void MissionRemindAlarm() {
}


@Scheduled(cron = "0 0 17 * * *")
public void UpdatePushAlarm() {
updateRemindAlarmUseCase.sendUpdateAppPushAlarm();
}
// @Scheduled(cron = "0 0 17 * * *")
// public void UpdatePushAlarm() {
// updateRemindAlarmUseCase.sendUpdateAppPushAlarm();
// }

}

0 comments on commit 1bbb5d6

Please sign in to comment.