Skip to content

Commit

Permalink
feat: review porint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
koreaioi committed Jul 15, 2024
1 parent a3cd947 commit c2182dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class MyPageUserDto {
public MyPageUserDto(User user, Review review) {
this.username = user.getUsername();
this.email = user.getEmail();
this.point = user.getPoint();
this.point = review.getPoint();
this.imaged_num = user.getImaged_num();
this.badge = user.getBadge();
this.reviewResponseDto = ReviewResponseDto.of(review);
Expand Down

0 comments on commit c2182dd

Please sign in to comment.