Skip to content

Commit

Permalink
fix: add missing JSON properties
Browse files Browse the repository at this point in the history
  • Loading branch information
borisrizov-zf committed Feb 9, 2024
1 parent d6c30bf commit 5330f64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public class Wallet extends MIWBaseEntity {
private DidDocument didDocument;

@OneToMany(mappedBy = "wallet", cascade = CascadeType.ALL, orphanRemoval = true)
@JsonIgnore
private List<WalletKey> walletKeys;

@Transient
Expand Down

0 comments on commit 5330f64

Please sign in to comment.