Skip to content
Snippets Groups Projects
Commit f055771a authored by Oswaldo Acauan's avatar Oswaldo Acauan
Browse files

Fix handler for 'get_whiteboard_shapes_reply' not calling the cb

parent 3ca80715
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ eventEmitter.on('get_whiteboard_shapes_reply', function (arg) {
let whiteboardId = shape.wb_id;
addShapeToCollection(meetingId, whiteboardId, shape);
}
return arg.callback();
}
return arg.callback();
});
eventEmitter.on('send_whiteboard_shape_message', function (arg) {
......
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