mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
Fix cron interval
This commit is contained in:
parent
5f7e959a9c
commit
5d45377a7f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default () => {
|
|||
APPWRITE_FUNCTION_API_KEY: process.env["APPWRITE_FUNCTION_API_KEY"],
|
||||
},
|
||||
events: [],
|
||||
schedule: "30,59 * * * *",
|
||||
schedule: "00 * * * *",
|
||||
timeout: 60,
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue