From 364e69729319a51676551b515c691b69acd66b25 Mon Sep 17 00:00:00 2001 From: harid Date: Thu, 2 Oct 2025 11:42:01 +0700 Subject: [PATCH] revert --- src/app.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index fb2c4d5b..236fb105 100644 --- a/src/app.ts +++ b/src/app.ts @@ -62,8 +62,7 @@ async function main() { } }); - // const cronTime_Oct = "0 0 1 10 *"; - const cronTime_Oct = "0 0 2 10 *"; // test 2 ตุลาคม + const cronTime_Oct = "0 0 1 10 *"; cron.schedule(cronTime_Oct, async () => { try { const commandController = new CommandController();