Skip to content

Commit aa28250

Browse files
committed
fix deserialization bug
1 parent e41ea57 commit aa28250

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

authorizer/src/main/java/org/nifiopa/nifiopa/OPAResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public OPAResponse(
1818
@JsonProperty("message") String message
1919
) {
2020
this.allowed = allowed;
21+
this.resourceNotFound = resourceNotFound;
2122
this.dumpCache = dumpCache;
2223
this.message = message;
2324
}

0 commit comments

Comments
 (0)