Merge pull request #6760 from BobakOftadeh/fix-remove-presentations
Fix remove presentation feature
This commit is contained in:
commit
e7383f78ee
@ -6,7 +6,7 @@ export default function handlePresentationRemove({ body }, meetingId) {
|
||||
const { podId, presentationId } = body;
|
||||
|
||||
check(meetingId, String);
|
||||
check(podId);
|
||||
check(podId, String);
|
||||
check(presentationId, String);
|
||||
|
||||
return removePresentation(meetingId, podId, presentationId);
|
||||
|
Loading…
Reference in New Issue
Block a user