Update v1.0.0

Took 1 hour 1 minute
This commit is contained in:
2022-11-23 20:50:08 +01:00
parent 7307505175
commit 6446896565
26 changed files with 117 additions and 11 deletions

View File

@ -124,7 +124,7 @@ router.ws('/', async (ws, req, next) => {
break;
}
case RequestType.CONTAINERS: {
WebSocketHandler.answerRequest(msg.data["type"] as RequestType, (await Container.find().sort({"slot": 1})));
WebSocketHandler.answerRequest(msg.data["type"] as RequestType, (await Container.find().sort({"slot": 1}).populate("content")));
break;
}
case RequestType.INGREDIENTS: {