fix(core): update

This commit is contained in:
2022-02-25 21:45:21 +01:00
parent 8c01d5cabf
commit b8eb82de12
2 changed files with 15 additions and 0 deletions

View File

@@ -21,4 +21,8 @@ export class BobcatManager {
await bobcat.runMaintenance();
}
};
public async restart() {
}
}