1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-02 07:20:38 +02:00

Fix cron interval

This commit is contained in:
Elias Schneider 2022-05-18 12:35:07 +02:00
parent 5f7e959a9c
commit 5d45377a7f
No known key found for this signature in database
GPG Key ID: D5EC1C72D93244FD

View File

@ -46,7 +46,7 @@ export default () => {
APPWRITE_FUNCTION_API_KEY: process.env["APPWRITE_FUNCTION_API_KEY"],
},
events: [],
schedule: "30,59 * * * *",
schedule: "00 * * * *",
timeout: 60,
},
];