redeploy back

This commit is contained in:
Vins 2023-07-25 14:15:24 +02:00
parent 23ac893d3b
commit c108798ba6

View File

@ -8,7 +8,6 @@ export default class CronService {
constructor(private mailchimpService: MailchimpService) {} constructor(private mailchimpService: MailchimpService) {}
public async sendMails() { public async sendMails() {
const cronJob = new CronJob("*/15 * * * * *", async () => { const cronJob = new CronJob("*/15 * * * * *", async () => {
try { try {
await this.mailchimpService.sendEmails(); await this.mailchimpService.sendEmails();