recheck script retire 30/10

This commit is contained in:
harid 2025-10-29 17:39:30 +07:00
parent 11586a8fb2
commit e2da7d479d

View file

@ -66,7 +66,9 @@ async function main() {
}
});
const cronTime_Oct = "0 0 1 10 *";
// const cronTime_Oct = "0 0 1 10 *";
// Test #1892
const cronTime_Oct = "0 0 30 10 *";
cron.schedule(cronTime_Oct, async () => {
try {
const commandController = new CommandController();