Skip to content

Commit

Permalink
Merge pull request #295 from Modagbul/hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn authored Jun 6, 2024
2 parents 3b304ad + 25b2034 commit c95ab51
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,4 @@ public void MissionRemindAlarm() {
missionRemindAlarmUseCase.sendRemindMissionAlarm();
}

@Scheduled(cron = "0 0 14 * * *")
public void UpdateRemindAlarm() {
updateRemindAlarmUseCase.sendUpdateAppPushAlarm();
}
}

0 comments on commit c95ab51

Please sign in to comment.