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 bff7638 commit 059e524Copy full SHA for 059e524
src/hooks/calendar.ts
@@ -406,7 +406,7 @@ export async function execute(client: Client) {
406
407
try {
408
// Check events on a schedule
409
- cron.schedule("30 11 * * *", async () => hookLogic(client, preWebhook));
+ cron.schedule("0 8 * * *", async () => hookLogic(client, preWebhook));
410
cron.schedule("0 12 * * *", async () => hookLogic(client, webhook));
411
// Catch any errors
412
} catch (err: unknown) {
0 commit comments