update
Took 1 hour 28 minutes
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user