Skip to content

Commit

Permalink
Merge pull request #84 from hellokitty-coding-club/feature/#10-create…
Browse files Browse the repository at this point in the history
…-mission

fix #10: edit request body policy
  • Loading branch information
ray-yhc committed Sep 5, 2023
2 parents e9a3ed6 + 52d191a commit cdd9a54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class CreateMissionRequest {
private LocalDate registrationDueDate;

@NotNull
@Positive
@PositiveOrZero
private Integer price;

@NotNull
Expand Down

0 comments on commit cdd9a54

Please sign in to comment.