This commit is contained in:
harid 2025-11-05 10:07:22 +07:00
parent 5d742fa8be
commit 2f73ae2874

View file

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