Skip to content

Commit

Permalink
test cronjob time
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Nov 13, 2024
1 parent 3c97032 commit aacb4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cronJobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
sendDailyThankYouCast,
} from './neynar/utils';

const sendCastsCronJobTime = '21 12 14 * * *'; // at 22:01 Tehran time every day
const sendCastsCronJobTime = '21 18 14 * * *'; // at 22:01 Tehran time every day

export const initializeCronJobs = () => {
sendCastsCronJob();
Expand Down

0 comments on commit aacb4ab

Please sign in to comment.