This commit is contained in:
Philipp Kunz 2022-02-27 18:17:04 +00:00
parent 2734bf787b
commit 830fa7176d

View File

@ -20,7 +20,7 @@ export class BobcatManager {
this.taskmanager.addAndScheduleTask(new plugins.taskbuffer.Task({
name: 'contMaintenance',
taskFunction: async () => {
this.actionStore.
this.actionStore.push();
await this.runMaintenance();
}
}), '0 0 * * * *');