changed MeetingId : meetingId to meetingId
This commit is contained in:
parent
fbdea71f8d
commit
ccab71a898
@ -28,7 +28,7 @@ export default function userLeaving(credentials, userId) {
|
||||
};
|
||||
|
||||
const User = Users.findOne(selector);
|
||||
const Meeting = Meetings.findOne({ meetingId: meetingId });
|
||||
const Meeting = Meetings.findOne({ meetingId });
|
||||
|
||||
if(!Meeting) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user