mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -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"],
|
APPWRITE_FUNCTION_API_KEY: process.env["APPWRITE_FUNCTION_API_KEY"],
|
||||||
},
|
},
|
||||||
events: [],
|
events: [],
|
||||||
schedule: "30,59 * * * *",
|
schedule: "00 * * * *",
|
||||||
timeout: 60,
|
timeout: 60,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue