Skip to content

Commit

Permalink
HOTFIX: 필드 순서 수정 ...죄송합니다..
Browse files Browse the repository at this point in the history
  • Loading branch information
koreaioi committed Nov 13, 2024
1 parent 1f5f897 commit bdf56b5
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 @@ -9,8 +9,8 @@ public record ChattingDto(
String senderName,

Long opponentId,
String opponentImageUrl,
String opponentName,
String opponentImageUrl,

List<ChatMessageResponseDto> chatMessageList
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public record ChattingListResponseDto(
String senderName,

Long opponentId,
String opponentImageUrl,
String opponentName,
String opponentImageUrl,

LatestMessageDto latestMessageDto
) {
Expand Down

0 comments on commit bdf56b5

Please sign in to comment.