Update v1.0.0
Took 1 hour 1 minute
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user