Took 1 hour 28 minutes
This commit is contained in:
2022-11-20 18:50:10 +01:00
parent 9d839328f8
commit a4ac8d083b
8 changed files with 98 additions and 52 deletions

View File

@ -84,11 +84,11 @@ router.ws('/', async (ws, req, next) => {
} else {
if (Settings.setupDone) {
iTender.setStatus(iTenderStatus.READY);
await WebSocketHandler.sendContainers();
await WebSocketHandler.sendRunningConfig();
}
}
await WebSocketHandler.sendContainers();
}
}
});