Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuo committed Feb 2, 2024
1 parent 9cbb0d8 commit 9c4f866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cron-jobs/cron-jobs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class CronJobsService implements OnModuleInit {
{
name: CrobJobsEnum.bulkResendInvites,
cronJobParameters: {
cronTime: '45 14 * * *', // 14:45 GMT = 11:45BRT (GMT-3)
cronTime: '00 21 * * *', // 14:45 GMT = 11:45BRT (GMT-3)
onTick: async () => this.bulkResendInvites(),
},
},
Expand Down

0 comments on commit 9c4f866

Please sign in to comment.