Merge branch 'dev' into staging
This commit is contained in:
commit
310ba6d1d4
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user