Skip to content

Commit

Permalink
[FIX] 캐라서비스 종료 안내 푸시알림
Browse files Browse the repository at this point in the history
  • Loading branch information
leGit-y committed Nov 1, 2024
1 parent fa58feb commit bff680f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const deadline_alarm_2 = cron.schedule('00 20 * * *', alarmController.setNoDeadl
// 데드라인 당일 알람 : 낮 12시
const deadline_alarm_3 = cron.schedule('00 12 * * *', alarmController.setOnDeadlineAlarm, option);

// 2024-11-1 낮12시에 종료 알림
const service_end_alarm = cron.schedule('00 12 1 11 *', alarmController.serviceEndAlarm, option);
// 2024-11-1 낮 2시에 종료 알림
const service_end_alarm = cron.schedule('00 14 1 11 *', alarmController.serviceEndAlarm, option);


export default{
Expand Down

0 comments on commit bff680f

Please sign in to comment.