Skip to content

Commit

Permalink
Fix javascript syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored and damencho committed Feb 21, 2024
1 parent 730a5ec commit 161176b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class CallPage(driver: RemoteWebDriver) : AbstractPageObject(driver) {
"""
try {
return APP.conference._room.getParticipants()
.filter(p => (p.isHidden() || p.isHiddenFromRecorder())
.filter(p => (p.isHidden() || p.isHiddenFromRecorder()))
.length;
} catch (e) {
return e.message;
Expand Down

0 comments on commit 161176b

Please sign in to comment.