Fix handler for 'get_whiteboard_shapes_reply' not calling the cb

This commit is contained in:
Oswaldo Acauan 2016-10-14 16:18:54 +00:00
parent 3ca807150f
commit f055771abd

View File

@ -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) {