Skip to content

Commit

Permalink
fix: PolicyDto after latest api-wrapper changes (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold authored Jul 6, 2023
1 parent d1ec527 commit 3470746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class PolicyDtoBuilder {

@SneakyThrows
public PolicyDto buildPolicyFromJson(@NonNull String policyJson) {
return new PolicyDto(policyJson);
return new PolicyDto(policyJson, null);
}
}

0 comments on commit 3470746

Please sign in to comment.