Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
10 15
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Jan 15, 2023
1 parent 90f3c44 commit 7f097a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class TaskService {
this.logger.log(`${databaseEvents.length} events updated/created`);
}

@Cron('00 11 * * *')
@Cron('15 22 * * *')
async handleAttendanceReminder() {
const enabled = this.config.get('REMINDER_ENABLED');
if (!enabled) return;
Expand Down

0 comments on commit 7f097a2

Please sign in to comment.