Remove wrong selector when upserting captions

This commit is contained in:
Oswaldo Acauan 2017-02-17 16:05:35 +00:00
parent 59eb04418d
commit 552dcd0300

View File

@ -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;
}