Skip to content

Commit

Permalink
Fixed trailing comma in AppSearch endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Sep 28, 2023
1 parent 9b029ae commit 9fd69d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppSearch/Endpoints.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getAdaptiveRelevanceSuggestions(Request\GetAdaptiveRelevanceSugg
* @see https://www.elastic.co/guide/en/app-search/current/adaptive-relevance-api-reference.html#adaptive-relevance-api-post-engine-adaptive-relevance-suggestions-update-process-refresh
*/
public function refreshAdaptiveRelevanceUpdateProcess(
Request\RefreshAdaptiveRelevanceUpdateProcess $request,
Request\RefreshAdaptiveRelevanceUpdateProcess $request
): Response
{
return new Response($this->transport->sendRequest($request->getRequest()));
Expand Down

0 comments on commit 9fd69d4

Please sign in to comment.