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