Skip to content

Commit

Permalink
Update update_tracking_fields.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp authored Mar 10, 2025
1 parent 9307899 commit 2892128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/task/update_tracking_fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function get_name() {
*/
public function execute() {
try {
zoom_webservice();
$service = zoom_webservice();
} catch (moodle_exception $exception) {
mtrace('Skipping task - ', $exception->getMessage());
return;
Expand Down

0 comments on commit 2892128

Please sign in to comment.