Skip to content

Commit 604e5e5

Browse files
committed
profilePictureUrl 이름 변경
1 parent 456d243 commit 604e5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chat-message/chat-message.service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ export class ChatMessageService {
4141
fromUser: {
4242
id: message.fromUser.id,
4343
nickname: message.fromUser.nickname,
44-
profileUrl: message.fromUser.profilePictureUrl,
44+
profilePictureUrl: message.fromUser.profilePictureUrl,
4545
},
4646
toUser: {
4747
id: message.toUser.id,
4848
nickname: message.toUser.nickname,
49-
profileUrl: message.toUser.profilePictureUrl,
49+
profilePictureUrl: message.toUser.profilePictureUrl,
5050
},
5151
createdAt: message.createdAt,
5252
toUserReadAt: message.toUserReadAt,

0 commit comments

Comments
 (0)