Skip to content

Commit

Permalink
refactor: 추천에서 패키지 반환하지 않게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qsunki committed Aug 28, 2023
1 parent f75cc29 commit a0019bd
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 a0019bd

Please sign in to comment.