revert 01/10

This commit is contained in:
harid 2025-10-03 16:44:26 +07:00
parent c89d1bb6cc
commit eb2625ca0b

View file

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