Update bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
This commit is contained in:
Paul Trudel 2023-10-20 08:27:15 -04:00 committed by GitHub
parent 3dc4cb28d9
commit d33a1c028a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ class ApiController {
}
if(isBreakoutRoom) {
if(!params.parentMeetingID) {
if(StringUtils.isEmpty(params.parentMeetingID)) {
invalid("parentMeetingIDMissing", "No parent meeting ID was provided for the breakout room")
return
}