Skip to content

Commit

Permalink
fix: @NotNull 누락 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
SJ70 committed Jul 19, 2024
1 parent 4dec478 commit af9f061
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public record VideoUpdateDto(
@Size(max = 2000, message = "상세설명은 2000자 이내로 입력해주세요.")
String description,

@NotNull
VideoStatus videoStatus
) {

Expand Down

0 comments on commit af9f061

Please sign in to comment.