Skip to content

Commit

Permalink
fixup! Added the ability to clear the task audit log [comixed#424]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Aug 18, 2020
1 parent 20500dd commit 77ec75f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -43,6 +43,8 @@ public class ApiResponse<T> {
@JsonView(View.ApiResponse.class)
private String error;

@Getter @Setter private String remoteIp;

@Getter
@Setter
@JsonProperty("result")
Expand Down

0 comments on commit 77ec75f

Please sign in to comment.