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 aacb4ab commit a226824Copy full SHA for a226824
src/cronJobs.ts
@@ -4,7 +4,7 @@ import {
4
sendDailyThankYouCast,
5
} from './neynar/utils';
6
7
-const sendCastsCronJobTime = '21 18 14 * * *'; // at 22:01 Tehran time every day
+const sendCastsCronJobTime = '21 45 14 * * *'; // at 22:01 Tehran time every day
8
9
export const initializeCronJobs = () => {
10
sendCastsCronJob();
0 commit comments