Skip to content

Commit 1fd44ef

Browse files
committed
CI fix
1 parent 19a815c commit 1fd44ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

classes/webservice.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,7 @@ public function provide_license($zoomuserid) {
812812
// Changes least_recently_active_user to a basic user so we can use their license.
813813
if ($leastrecentlyactivepaiduserid) {
814814
$this->make_call("users/$leastrecentlyactivepaiduserid", ['type' => ZOOM_USER_TYPE_BASIC], 'patch');
815-
}
816-
else {
815+
} else {
817816
throw new moodle_exception('errornousersfound', 'mod_zoom');
818817
}
819818
}

0 commit comments

Comments
 (0)