Skip to content

Commit

Permalink
Merge pull request #101 from stonemanhero/main
Browse files Browse the repository at this point in the history
trim api key
  • Loading branch information
gehrisandro committed Apr 11, 2023
2 parents 2f102f5 + 9f19f93 commit 996c98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ final class Factory
*/
public function withApiKey(string $apiKey): self
{
$this->apiKey = $apiKey;
$this->apiKey = trim($apiKey);

return $this;
}
Expand Down

0 comments on commit 996c98f

Please sign in to comment.