Skip to content

Commit

Permalink
Merge pull request #276 from softeerbootcamp-2nd/be-feature/recommend…
Browse files Browse the repository at this point in the history
…ation-fix

[BE] fix: 추천에서 패키지 반환하지 않게 수정
  • Loading branch information
Chocochip101 authored Aug 28, 2023
2 parents 0e208f1 + a0019bd commit 65ef5aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static RecommendationResponse toRecommendationResponse(
toRecommendationColorInfo(exteriorColor),
RecommendationColorInfoMapper.toRecommendationColorInfo(interiorColor),
recommendationOptionInfos,
recommendationPackageDtos,
List.of(),
totalPrice);
}

Expand Down Expand Up @@ -109,7 +109,7 @@ public static RecommendationResponse toRecommendationResponse(
toRecommendationColorInfo(exteriorColor),
RecommendationColorInfoMapper.toRecommendationColorInfo(interiorColor),
recommendationOptionInfos,
recommendationPackageDtos,
List.of(),
totalPrice);
}
}

0 comments on commit 65ef5aa

Please sign in to comment.