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