Skip to content

Commit 315d734

Browse files
committed
Fix debug API type.
1 parent 0e75155 commit 315d734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/typesense/api/Debug.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public Debug(ApiCall apiCall) {
1111
this.apiCall = apiCall;
1212
}
1313

14-
public Map<String, String> retrieve() throws Exception {
14+
public Map<String, Object> retrieve() throws Exception {
1515
return this.apiCall.get(RESOURCEPATH, null, Map.class);
1616
}
1717
}

0 commit comments

Comments
 (0)