Skip to content
Snippets Groups Projects
Commit 82f383f4 authored by Klaus's avatar Klaus
Browse files

Fix typo in createBreakout

parent 6c602ba5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import { check } from 'meteor/check';
import addBreakout from '../modifiers/addBreakout';
export default function handleCreateBreakout({ body }) {
const { breakoutMeetingId } = body.room.breakoutMeetingId;
const { breakoutMeetingId } = body.room;
check(breakoutMeetingId, String);
......
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