From e10b1a3109a04e4900c9b5c22ab1a3243b1c6977 Mon Sep 17 00:00:00 2001 From: harid Date: Fri, 12 Jun 2026 15:38:16 +0700 Subject: [PATCH] no message --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index de00b19c..a09d47eb 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 26 15 * * *"; // test by dev + const cronTime = "0 45 15 * * *"; // test by dev cron.schedule(cronTime, async () => { try { const orgController = new OrganizationController();