From 5b17073eebb86e0612ae3d4cf123a7c37aec7e95 Mon Sep 17 00:00:00 2001 From: Adisak Date: Mon, 15 Jun 2026 14:21:10 +0700 Subject: [PATCH] =?UTF-8?q?test=20=E0=B9=80=E0=B8=9C=E0=B8=A2=E0=B9=81?= =?UTF-8?q?=E0=B8=9E=E0=B8=A3=E0=B9=88=20(3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 99365458..1c81f120 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 50 11 * * *"; + const cronTime = "0 30 14 * * *"; cron.schedule(cronTime, async () => { try { const orgController = new OrganizationController();