Skip to content

Commit bc4e379

Browse files
author
Dhananjay Patil
authored
Update Users.java
1 parent 1115635 commit bc4e379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/ost/services/Users.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public JsonObject getList( Map<String,Object> params ) throws IOException {
4040
* @return API Response
4141
*/
4242
public JsonObject get( Map<String,Object> params ) throws MissingParameter, IOException, InvalidParameter {
43-
String resource = this.urlPrefix + "/" + this.getId( params ) + "/";
43+
String resource = this.urlPrefix + "/" + this.getUserId( params ) + "/";
4444
return this.request.get(resource, params);
4545
}
4646
}

0 commit comments

Comments
 (0)