From bc8fbf4cf867f85bfd9b488b8bfd3d63dee339f7 Mon Sep 17 00:00:00 2001 From: Adisak Date: Mon, 15 Jun 2026 11:04:22 +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(1)?= 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 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();