6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
|
import clearBreakouts from '../modifiers/clearBreakouts';
|
||
|
|
||
|
export default function breakoutClosed({ payload }) {
|
||
|
return clearBreakouts(payload.meetingId);
|
||
|
}
|