revert
This commit is contained in:
parent
5d742fa8be
commit
2f73ae2874
1 changed files with 1 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue