Fix handler for 'get_whiteboard_shapes_reply' not calling the cb
This commit is contained in:
parent
3ca807150f
commit
f055771abd
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user