Skip to content

Commit

Permalink
[feat] : 채팅 요청의 응답 필드명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Nov 16, 2024
1 parent 6a13d25 commit 8b0fa33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public record ChatInquiryResponse(
Long chatInquiryId,
String message,
String inquiryMessage,
String inquiryStatus,
boolean isInquirer,
MemberInfo partnerInfo
Expand Down

0 comments on commit 8b0fa33

Please sign in to comment.