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

Fix clear captions calls

parent 11c50855
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ import clearPresentations from '/imports/api/presentations/server/modifiers/clea
export default function clearMeetings() {
return Meetings.remove({}, (err) => {
clearCaptionsCollection();
clearCaptions();
clearChats();
clearCursor();
clearPresentations();
......
......@@ -24,7 +24,7 @@ export default function removeMeeting(meetingId) {
}
if (numChanged) {
clearCaptionsCollection(meetingId);
clearCaptions(meetingId);
clearChats(meetingId);
clearCursor(meetingId);
clearPresentations(meetingId);
......
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