fix(core): update

This commit is contained in:
2022-02-25 21:48:26 +01:00
parent cf7c3cb910
commit cf61de9093
2 changed files with 6 additions and 6 deletions

View File

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