Run cron stg
This commit is contained in:
parent
a939d84004
commit
b35b41259a
@ -5,7 +5,7 @@ import CronService from "@Services/common/CronService/CronService";
|
||||
|
||||
(async () => {
|
||||
try {
|
||||
if(process.env["MAILCHIMP_API_KEY"] === "ppd"){
|
||||
if(process.env["MAILCHIMP_API_KEY"] === "stg"){
|
||||
Container.get(CronService).sendMails();
|
||||
}
|
||||
} catch (e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user