Skip to content

Commit

Permalink
Update Get Items RankOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdgns8439 committed Aug 26, 2024
1 parent 2329ca4 commit 4848c2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public static ItemRankingDto toDto(Items entity, Long score) {
.price(entity.getPrice())
.salePrice(entity.getPrice())
.imageUrl(entity.getImageUrl())
.score(score)
.build();
}
}
Expand Down

0 comments on commit 4848c2e

Please sign in to comment.