Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 73d08fb

Browse files
authored
fix(PlacesClient): GetObjectID With params and options (#414)
1 parent 08ef007 commit 73d08fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/src/main/java/com/algolia/search/saas/places/PlacesClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ protected JSONObject search(@NonNull PlacesQuery params) throws AlgoliaException
135135
* @throws AlgoliaException when the given objectID does not exist.
136136
*/
137137
public JSONObject getByObjectID(@NonNull String objectID) throws AlgoliaException {
138-
return getRequest("/1/places/" + objectID, false);
138+
return getRequest("/1/places/" + objectID, /* urlParameters: */ null, false, /* requestOptions: */ null) ;
139139
}
140140
}

0 commit comments

Comments
 (0)