Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
izendegi committed Jan 15, 2025
1 parent 19a815c commit 1fd44ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classes/webservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,7 @@ public function provide_license($zoomuserid) {
// Changes least_recently_active_user to a basic user so we can use their license.
if ($leastrecentlyactivepaiduserid) {
$this->make_call("users/$leastrecentlyactivepaiduserid", ['type' => ZOOM_USER_TYPE_BASIC], 'patch');
}
else {
} else {
throw new moodle_exception('errornousersfound', 'mod_zoom');
}
}
Expand Down

0 comments on commit 1fd44ef

Please sign in to comment.