diff --git a/src/reports/daily-eccm.report.task.ts b/src/reports/daily-eccm.report.task.ts index b986936..dc3f16b 100644 --- a/src/reports/daily-eccm.report.task.ts +++ b/src/reports/daily-eccm.report.task.ts @@ -26,7 +26,7 @@ export class DailyEccmReportTask { ); } - @Cron('25 9,10 1-5 * *') + @Cron('25 9,10 * * 1-5') async generateReport(): Promise { this.logger.log(`Generate daily eccm report by cron task started`); const now = DateTime.now();