changed recap mail date to test
This commit is contained in:
parent
3c32eaf15d
commit
c3b044a9f4
@ -33,7 +33,7 @@ export default class CronService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async sendRecapMails() {
|
public async sendRecapMails() {
|
||||||
const cronJob = new CronJob("0 20 * * FRI", async () => {
|
const cronJob = new CronJob("0 17 * * WED", async () => {
|
||||||
// Every friday at 20:00
|
// Every friday at 20:00
|
||||||
try {
|
try {
|
||||||
await this.mailchimpService.sendRecapEmails();
|
await this.mailchimpService.sendRecapEmails();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user