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