From 2f73ae28744aefefcced12332dce1e4d0724d82f Mon Sep 17 00:00:00 2001 From: harid Date: Wed, 5 Nov 2025 10:07:22 +0700 Subject: [PATCH] revert --- src/app.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app.ts b/src/app.ts index 368be40f..7f0e0220 100644 --- a/src/app.ts +++ b/src/app.ts @@ -66,9 +66,7 @@ async function main() { } }); - // const cronTime_Oct = "0 0 1 10 *"; - // Test #1912 - const cronTime_Oct = "0 0 4 11 *"; + const cronTime_Oct = "0 0 1 10 *"; cron.schedule(cronTime_Oct, async () => { try { const commandController = new CommandController();