Staging send emails directly

This commit is contained in:
Vins 2024-04-05 07:08:45 +02:00
parent a77b111e62
commit a125f3482c

View File

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