Исправлена ошибка в расписании генератора отчёта
This commit is contained in:
parent
1f1591648a
commit
addff66c8c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export class DailyEccmReportTask {
|
|||
);
|
||||
}
|
||||
|
||||
@Cron('25 9,10 1-5 * *')
|
||||
@Cron('25 9,10 * * 1-5')
|
||||
async generateReport(): Promise<void> {
|
||||
this.logger.log(`Generate daily eccm report by cron task started`);
|
||||
const now = DateTime.now();
|
||||
|
|
|
|||
Loading…
Reference in a new issue