Skip to content

Commit

Permalink
hash to permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Jan 26, 2023
1 parent 7f9d16e commit 91ed20b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public List<String> getPermissions() {
return permissions;
}

@JsonProperty(value = "hash")
@JsonProperty(value = "permissions")
public void setPermissions(List<String> permissions) {
this.permissions = permissions;
}
Expand Down

0 comments on commit 91ed20b

Please sign in to comment.