Remove wrong selector when upserting captions
This commit is contained in:
parent
59eb04418d
commit
552dcd0300
@ -15,7 +15,6 @@ export default function addCaption(meetingId, locale, captionHistory, id = false
|
||||
if (id) {
|
||||
selector._id = id;
|
||||
} else {
|
||||
selector['captionHistory.next'] = captionHistory.next;
|
||||
selector['captionHistory.index'] = captionHistory.index;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user