From ed6ab06b524b37cd56b6e44e7bf2626afd34628f Mon Sep 17 00:00:00 2001 From: Adisak Date: Mon, 15 Jun 2026 11:32:43 +0700 Subject: [PATCH] fix --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 04c02abb..99365458 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 10 11 * * *"; + const cronTime = "0 50 11 * * *"; cron.schedule(cronTime, async () => { try { const orgController = new OrganizationController();