Skip to content

Commit

Permalink
fix: 채팅방 상단 상품가격 설정 수정
Browse files Browse the repository at this point in the history
- 불필요한 코드로 인해 계속 골든특가로 조회되고 있었음
  • Loading branch information
dldmldlsy committed Jan 25, 2024
1 parent f76cf88 commit 2a2972a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ public ChatRoomDetailResponse getChatRoomDetail(Long userId, Long chatRoomId) {
.receiverProfileImage(receiver.getImageUrl())
.receiverNickname(receiver.getNickname())
.price(getPriceOfChatRoom(buyerId, product.getId()))
.price(product.getGoldenPrice())
.productStatus(product.getProductStatus())
.chatStatus(getStatusOfChatRoom(buyerId, product.getId()))
.negoId(getNegoIdOfChatRoom(buyerId, product.getId()))
Expand Down

0 comments on commit 2a2972a

Please sign in to comment.