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 *";
|
const cronTime_Oct = "0 0 1 10 *";
|
||||||
// Test #1912
|
|
||||||
const cronTime_Oct = "0 0 4 11 *";
|
|
||||||
cron.schedule(cronTime_Oct, async () => {
|
cron.schedule(cronTime_Oct, async () => {
|
||||||
try {
|
try {
|
||||||
const commandController = new CommandController();
|
const commandController = new CommandController();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue