Skip to content

Commit

Permalink
Add handleCron 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandros12345 committed Apr 22, 2024
1 parent 34b27d5 commit 029a937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/bot/bot.sevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class BotService {
return `${year}-${month}-${day}`;
}

@Cron('10 50 4 * * *')
@Cron('10 55 1 * * *')
async handleCron() {
const reports = [];
const settings = await this.semiFinishedSettingsRepository.find();
Expand Down

0 comments on commit 029a937

Please sign in to comment.