Skip to content

Commit

Permalink
fix download leads
Browse files Browse the repository at this point in the history
  • Loading branch information
gladyshev committed Apr 4, 2022
1 parent b3f0193 commit c738981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Leads.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function downloadLeads(
null
);

$response = $this->httpClient->sendRequest($request);
$response = $this->sendRequest($request);

/** @var array $decodedJson */
$decodedJson = json_decode(
Expand Down

0 comments on commit c738981

Please sign in to comment.