Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Dec 8, 2023
2 parents 522ea1b + f49d269 commit 2d640d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function issueToken(array &$options = [])
return;
}
if (!$this->isExpired()) {
$options[RequestOptions::QUERY]['accessToken'] = $this->accessToken;
return;
}

Expand Down

0 comments on commit 2d640d2

Please sign in to comment.