fix + test retirement #1903, #1904, #1892

This commit is contained in:
harid 2025-10-30 18:56:03 +07:00
parent 8a96794e53
commit 0c523a55a4
4 changed files with 115 additions and 134 deletions

View file

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