diff --git a/src/app.ts b/src/app.ts index 0b9ce148..04c02abb 100644 --- a/src/app.ts +++ b/src/app.ts @@ -67,7 +67,7 @@ async function main() { // Cron job for updating org revision - every day at 01:00:00 // const cronTime = "0 0 1 * * *"; - const cronTime = "0 03 11 * * *"; + const cronTime = "0 10 11 * * *"; cron.schedule(cronTime, async () => { try { const orgController = new OrganizationController();