Skip to content

Commit

Permalink
fix(notification): 슬랙 연체 알림 보내는 함수 스케줄러에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nyj001012 committed Nov 8, 2023
1 parent 8256519 commit 2f348a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v1/utils/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const morningScheduler = () => {
rule.tz = 'Asia/Seoul';
schedule.scheduleJob(rule, async () => {
await notifications.notifyReservation();
await notifications.notifyReturningReminder();
await notifications.notifyOverdueManager();
await notifications.notifyOverdue();
});
};

Expand Down

0 comments on commit 2f348a3

Please sign in to comment.