Skip to content

Commit

Permalink
fix: cron at 730
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Jan 30, 2024
1 parent f54f795 commit bfbc5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-node/src/cronjobs/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function initNotifications() {
async () =>
await setupCronJob({
name: 'Morning notifications',
cronTime: '0 7 * * *',
cronTime: '30 7 * * *',
job: sendMorningNotification,
runOnInit: false,
}),
Expand Down

0 comments on commit bfbc5f1

Please sign in to comment.