Skip to content

Commit

Permalink
fix: 이미 자르는 로직 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ehtjsv2 committed Oct 18, 2024
1 parent b24c0fb commit 6408617
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ public FindPlaygroundSummaryResponse findSummary(Long playgroundId) {
.map(Pet::getImageUrl)
.toList()
);

petImages = cutPetImagesCount(petImages);
}

petImages = cutPetImagesCount(petImages);

return new FindPlaygroundSummaryResponse(
playgroundId,
totalPetCount,
Expand Down

0 comments on commit 6408617

Please sign in to comment.