Skip to content
Snippets Groups Projects
Unverified Commit a18aec0e authored by Florian Raith's avatar Florian Raith Committed by GitHub
Browse files

Fix room category type inconsistency (#40)

parent 6fb9ae29
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ export class ChannelGateway implements OnGatewayConnection {
return {
room: {
...channel.room,
category: channel.room.category.id,
channelId: channel.id,
whiteboardCanvas: channel.canvasJSON,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment