Merge branch 'dev' into staging

This commit is contained in:
Vins 2024-04-05 07:50:39 +02:00
commit 310ba6d1d4
2 changed files with 3 additions and 2 deletions

View File

@ -132,8 +132,9 @@ export default class EmailBuilder {
nbTrySend: null, nbTrySend: null,
lastTrySendDate: null, lastTrySendDate: null,
}); });
this.mailchimpService.sendEmails();
}); });
if(this.variables.ENV !== "dev") await this.mailchimpService.sendEmails();
} }
} }