diff --git a/src/services/common/CronService/CronService.ts b/src/services/common/CronService/CronService.ts index 145e09e3..f184d6e0 100644 --- a/src/services/common/CronService/CronService.ts +++ b/src/services/common/CronService/CronService.ts @@ -33,7 +33,7 @@ export default class CronService { } public async sendRecapMails() { - const cronJob = new CronJob("0 17 * * WED", async () => { + const cronJob = new CronJob("0 20 * * FRI", async () => { // Every friday at 20:00 try { await this.mailchimpService.sendRecapEmails();