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();