Skip to content

Commit

Permalink
Fix psalm error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 4, 2023
1 parent 0c82022 commit 0689f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/CalendarService.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ function () use ($calendar, $defaults, $options, $source, $time) {
unset($options['timeMin']);
}

$results = null;
try {
$results = $calendar->events->listEvents($source->provider_id, $options);
} catch (GoogleException $e) {
Expand Down

0 comments on commit 0689f98

Please sign in to comment.