We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e75155 commit 315d734Copy full SHA for 315d734
src/main/java/org/typesense/api/Debug.java
@@ -11,7 +11,7 @@ public Debug(ApiCall apiCall) {
11
this.apiCall = apiCall;
12
}
13
14
- public Map<String, String> retrieve() throws Exception {
+ public Map<String, Object> retrieve() throws Exception {
15
return this.apiCall.get(RESOURCEPATH, null, Map.class);
16
17
0 commit comments