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 84498b2 commit 18d1012Copy full SHA for 18d1012
src/hooks/calendar.ts
@@ -443,7 +443,7 @@ export async function execute(client: Client) {
443
try {
444
// Check events on a schedule
445
cron.schedule("0 8 * * *", async () => hookLogic(client, preWebhook));
446
- cron.schedule("0 12 * * *", async () => hookLogic(client, webhook));
+ // cron.schedule("0 12 * * *", async () => hookLogic(client, webhook));
447
// Catch any errors
448
} catch (err: unknown) {
449
// silences eslint. type safety with our errors basically
0 commit comments