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 cc90a7e commit 2344f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public record ChatInquiryResponse(
String inquiryMessage,
String inquiryStatus,
boolean isInquirer,
MemberInfo partnerInfo
MemberInfo chatPartner
) {
@QueryProjection
public ChatInquiryResponse(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ public record CreateChatInquiryResponse(
Long chatInquiryId,
String inquiryMessage,
String inquiryStatus,
MemberInfo partnerInfo
MemberInfo chatPartner
) {
}

0 comments on commit 2344f70

Please sign in to comment.