Staging send emails directly
This commit is contained in:
parent
a77b111e62
commit
a125f3482c
@ -133,5 +133,7 @@ export default class EmailBuilder {
|
||||
lastTrySendDate: null,
|
||||
});
|
||||
});
|
||||
|
||||
if(this.variables.ENV !== "dev") await this.mailchimpService.sendEmails();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user