update
This commit is contained in:
parent
2734bf787b
commit
830fa7176d
@ -20,7 +20,7 @@ export class BobcatManager {
|
|||||||
this.taskmanager.addAndScheduleTask(new plugins.taskbuffer.Task({
|
this.taskmanager.addAndScheduleTask(new plugins.taskbuffer.Task({
|
||||||
name: 'contMaintenance',
|
name: 'contMaintenance',
|
||||||
taskFunction: async () => {
|
taskFunction: async () => {
|
||||||
this.actionStore.
|
this.actionStore.push();
|
||||||
await this.runMaintenance();
|
await this.runMaintenance();
|
||||||
}
|
}
|
||||||
}), '0 0 * * * *');
|
}), '0 0 * * * *');
|
||||||
|
Loading…
Reference in New Issue
Block a user