We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c97032 commit aacb4abCopy full SHA for aacb4ab
src/cronJobs.ts
@@ -4,7 +4,7 @@ import {
4
sendDailyThankYouCast,
5
} from './neynar/utils';
6
7
-const sendCastsCronJobTime = '21 12 14 * * *'; // at 22:01 Tehran time every day
+const sendCastsCronJobTime = '21 18 14 * * *'; // at 22:01 Tehran time every day
8
9
export const initializeCronJobs = () => {
10
sendCastsCronJob();
0 commit comments