refactor: simplify secondary styles

This commit is contained in:
Carlos Valente
2024-09-20 22:55:56 +02:00
committed by Carlos Valente
parent 4d8bea2940
commit 8a5cef79a8
6 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ export const startServer = async (
runtimeService.init(maybeRestorePoint);
// eventStore set is a dependency of the services that publish to it
messageService.init(eventStore.set);
messageService.init((key, value) => eventStore.set(key, value));
expressServer.listen(serverPort, '0.0.0.0', () => {
const nif = getNetworkInterfaces();