Skip to content

Commit

Permalink
fix: enum not null
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcase committed Sep 12, 2024
1 parent c73be34 commit 1282436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class VoteVerificationRequest {
@Schema(description = "Root hash of the merkle tree", required = true)
private String rootHash;

@NotBlank
@NotNull
@Schema(description = "Cardano or KERI", required = true)
private WalletType walletType;

Expand Down

0 comments on commit 1282436

Please sign in to comment.