Merge branch 'dev' into staging

This commit is contained in:
Vins 2024-04-05 07:08:56 +02:00
commit 9aaff9c564

View File

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