Skip to content

Commit

Permalink
[fix] #33 - relateRecommendProductResponses 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-min committed May 21, 2024
1 parent 875caca commit ca9cf71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ca9cf71

Please sign in to comment.