Skip to content

Commit 3c97032

Browse files
committed
test cronjob time
1 parent 998efb9 commit 3c97032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cronJobs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
sendDailyThankYouCast,
55
} from './neynar/utils';
66

7-
const sendCastsCronJobTime = '21 1 22 * * *'; // at 22:01 Tehran time every day
7+
const sendCastsCronJobTime = '21 12 14 * * *'; // at 22:01 Tehran time every day
88

99
export const initializeCronJobs = () => {
1010
sendCastsCronJob();

0 commit comments

Comments
 (0)