changed recap mail date to test

This commit is contained in:
Vins 2023-09-27 16:40:58 +02:00
parent 3c32eaf15d
commit c3b044a9f4

View File

@ -33,7 +33,7 @@ export default class CronService {
} }
public async sendRecapMails() { public async sendRecapMails() {
const cronJob = new CronJob("0 20 * * FRI", async () => { const cronJob = new CronJob("0 17 * * WED", async () => {
// Every friday at 20:00 // Every friday at 20:00
try { try {
await this.mailchimpService.sendRecapEmails(); await this.mailchimpService.sendRecapEmails();