Skip to content

Commit

Permalink
[feat] : 예외 메세지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Sep 27, 2024
1 parent 310abaa commit a482df2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public record CreateChatRoomRequest(
@NotNull(message = "질문 게시글 아이디는 필수 입력 항목입니다.")
Long questionPostId,

@NotNull(message = "답변 아이디는 필수 입력 항목입니다.")
@NotNull(message = "답변자 아이디는 필수 입력 항목입니다.")
Long answererId
) {
}

0 comments on commit a482df2

Please sign in to comment.