redeploy back
This commit is contained in:
parent
23ac893d3b
commit
c108798ba6
@ -8,7 +8,6 @@ export default class CronService {
|
|||||||
constructor(private mailchimpService: MailchimpService) {}
|
constructor(private mailchimpService: MailchimpService) {}
|
||||||
|
|
||||||
public async sendMails() {
|
public async sendMails() {
|
||||||
|
|
||||||
const cronJob = new CronJob("*/15 * * * * *", async () => {
|
const cronJob = new CronJob("*/15 * * * * *", async () => {
|
||||||
try {
|
try {
|
||||||
await this.mailchimpService.sendEmails();
|
await this.mailchimpService.sendEmails();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user