This commit is contained in:
harid 2025-10-02 11:42:01 +07:00
parent 6b719049b0
commit 364e697293

View file

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