Skip to content

Commit

Permalink
Merge pull request #34 from NOW-SOPT-APP4-KREAM/feat/#33
Browse files Browse the repository at this point in the history
[fix] #33 - relateRecommendProductResponses 수정
mini-min authored May 21, 2024
2 parents 875caca + ca9cf71 commit 3c18ec9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ public static RelateRecommendProductResponse of(
) {
return new RelateRecommendProductResponse(
product.getThumbnailUrl(),
product.getBrandTitle(),
product.getEngTitle(),
product.getPrice(),
product.isFast(),
product.getScrapCount(),
product.getStyleCount()

0 comments on commit 3c18ec9

Please sign in to comment.