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

Commit

Permalink
Merge pull request #56 from Team3132/cron-local
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch authored Jan 15, 2023
2 parents 505ebce + 7f097a2 commit d6c78ae
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 d6c78ae

Please sign in to comment.