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 a226824 commit 8f6722a
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 45 14 * * *'; // at 22:01 Tehran time every day
const sendCastsCronJobTime = '21 1 22 * * *'; // at 22:01 Tehran time every day

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

0 comments on commit 8f6722a

Please sign in to comment.