Skip to content

Commit

Permalink
proper search
Browse files Browse the repository at this point in the history
  • Loading branch information
Edsardio committed Mar 30, 2022
1 parent 84268ac commit 02df73b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Endpoints/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ public function find(array $params): object
{
$response = $this->post(
null,
null,
[
'json' => $params,
]
$params
);

return $this->toObject($response);
Expand Down

0 comments on commit 02df73b

Please # to comment.