From eb2625ca0b575379bde2b06f38472c571ee7be0d Mon Sep 17 00:00:00 2001 From: harid Date: Fri, 3 Oct 2025 16:44:26 +0700 Subject: [PATCH] revert 01/10 --- src/app.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index 40ec74e9..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 = "30 16 3 10 *"; // test 03/10 16.30 + const cronTime_Oct = "0 0 1 10 *"; cron.schedule(cronTime_Oct, async () => { try { const commandController = new CommandController();