Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Apr 26, 2024
1 parent 17e9bc1 commit f1d5780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/external/mod_plugnmeet_isactive_room.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static function isactive_room($instanceid, $roomid) {
$connect = new PlugNmeetConnect($config);
try {
$res = $connect->isRoomActive($roomid);
if (!$res->getStatus()){
if (!$res->getStatus()) {
$result['msg'] = $res->getResponseMsg();
return $result;
}
Expand Down

0 comments on commit f1d5780

Please sign in to comment.