mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
refactor: switch out steno for lowdb (#682)
* refactor: switch out steno for lowdb
This commit is contained in:
committed by
GitHub
parent
96280e5932
commit
c5c0401ac4
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user