don't persist offset mode

This commit is contained in:
arc-alex
2025-03-13 12:08:24 +01:00
parent ee39bc296f
commit 932bb8102c
11 changed files with 6 additions and 61 deletions
-3
View File
@@ -170,8 +170,6 @@ export const startServer = async (
socket.init(expressServer, showWelcome, prefix);
const offsetMode = getDataProvider().getOffsetMode();
/**
* Module initialises the services and provides initial payload for the store
*/
@@ -212,7 +210,6 @@ export const startServer = async (
// TODO: pass event store to rundownservice
runtimeService.init(maybeRestorePoint);
runtimeService.setOffsetMode(offsetMode);
const nif = getNetworkInterfaces();
consoleSuccess(`Local: http://localhost:${resultPort}${prefix}/editor`);