Skip to content

Commit

Permalink
refactor: Boolean 타입 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Go-Jaecheol committed Jun 7, 2024
1 parent ac980f9 commit d97b11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/funeat/review/dto/RankingReviewDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ public record RankingReviewDto(
String content,
String image,
Long rating,
boolean rebuy,
Boolean rebuy,
Long favoriteCount,
boolean favorite,
Boolean favorite,
List<TagDto> tags
) {

Expand Down

0 comments on commit d97b11c

Please sign in to comment.