Skip to content

Commit

Permalink
Merge branch 'develop' into fix/125
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho622 authored Feb 11, 2024
2 parents 09c8b7c + 41b434d commit d6925d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/qp/official/qp/web/dto/AnswerRequestDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static class AnswerCreateDTO {
String title;
@NotBlank
String content;
@NotBlank
@NotNull(message = "카테고리는 'PARENT', 'CHILD' 중 하나여야 합니다.")
Category category;
Long answerGroup;
}
Expand Down

0 comments on commit d6925d9

Please sign in to comment.