Skip to content

Commit

Permalink
remove dupe line
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Sep 19, 2023
1 parent 6d4938d commit 5798dac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Api/Services/BaseGeoService.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function get(string $ip): ?ServiceResponse

$res = $this->client->get($this->buildUrl($ip, $apiKey), $this->getRequestOptions($apiKey));

$body = json_decode($res->getBody());
$body = json_decode($res->getBody());

if ($this->hasError($body)) {
Expand Down

0 comments on commit 5798dac

Please sign in to comment.