refactor: switch out steno for lowdb (#682)

* refactor: switch out steno for lowdb
This commit is contained in:
Alex Christoffer Rasmussen
2023-12-30 10:03:02 +01:00
committed by GitHub
parent 96280e5932
commit c5c0401ac4
5 changed files with 165 additions and 57 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ export const startServer = async () => {
eventLoader.init();
// load restore point if it exists
const maybeRestorePoint = restoreService.load();
const maybeRestorePoint = await restoreService.load();
if (maybeRestorePoint) {
logger.info(LogOrigin.Server, 'Found resumable state');