Skip to content

Commit

Permalink
fix: review detail의 content 반환 못하는 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
임채영 authored and 임채영 committed Aug 5, 2024
1 parent 4f91ce6 commit c2967e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class ReviewDetailResponse {
private String reviewImageUrl2;
private String reviewImageUrl3;
private String reviewImageUrl4;
private String content;
private LocalDateTime createdDate;
private int likeCount;
private List<CommentSimpleDto> comments = new ArrayList<CommentSimpleDto>();
Expand Down

0 comments on commit c2967e2

Please sign in to comment.