diff --git a/src/IntercomClient.php b/src/IntercomClient.php index f9532e8..2ba313f 100644 --- a/src/IntercomClient.php +++ b/src/IntercomClient.php @@ -284,8 +284,7 @@ public function nextSearchPage(string $path, array $query, $pages) "starting_after" => $pages->next->starting_after, ] ]; - $response = $this->post($path, $options); - return $this->handleResponse($response); + return $this->post($path, $options); } /**