Skip to content

Commit

Permalink
Merge pull request #56 from cranleighschool/analysis-vZak0y
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
fredbradley authored Jul 12, 2024
2 parents e34a2de + de53ffe commit 8adb1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private function requestNewToken(): string
'grant_type' => 'client_credentials',
'client_id' => $this->clientId,
'client_secret' => $this->clientSecret,
// 'scope' => 'api', // POST MERGER SEEMINGLY TAKE THIS OUT
// 'scope' => 'api', // POST MERGER SEEMINGLY TAKE THIS OUT
],
]);

Expand Down

0 comments on commit 8adb1c7

Please # to comment.