Removed the result attribute from the BaseResponse class
This commit is contained in:
parent
6bda451f72
commit
42d5cb68eb
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ package cy.agorise.graphenej.models;
|
|||
public class BaseResponse {
|
||||
public long id;
|
||||
public Error error;
|
||||
public Object result;
|
||||
|
||||
public static class Error {
|
||||
public ErrorData data;
|
||||
|
|
Loading…
Reference in a new issue