Исправлена ошибка в расписании генератора отчёта

This commit is contained in:
Pavel Gnedov 2022-11-15 13:19:03 +07:00
parent 1f1591648a
commit addff66c8c

View file

@ -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();