diff --git a/.setup/data/functions.ts b/.setup/data/functions.ts index 8e88f2f..3c5b230 100644 --- a/.setup/data/functions.ts +++ b/.setup/data/functions.ts @@ -46,7 +46,7 @@ export default () => { APPWRITE_FUNCTION_API_KEY: process.env["APPWRITE_FUNCTION_API_KEY"], }, events: [], - schedule: "30,59 * * * *", + schedule: "00 * * * *", timeout: 60, }, ];