Skip to content

Commit

Permalink
35
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Jan 13, 2024
1 parent 35eacdd commit 330a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cronjobs/cronjobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class CronJobsService {
// https://crontab.guru/#0_8_*_*_1 :)
schedule(
// '0 8 * * 5',
'25 15 * * 6',
'35 15 * * 6',
async () => {
try {
if (process.env.STOP_TWITTER) { return }
Expand Down

0 comments on commit 330a14d

Please sign in to comment.