Skip to content

Commit

Permalink
fix: ReviewCreationProcessorImpl에 리뷰 builder에 디폴트 reviewType 필드 추가 (#174
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pminsung12 authored Aug 27, 2024
1 parent 163e145 commit 76a3606
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public Review createAdminReview(
.seat(seat)
.dateTime(command.dateTime())
.content(command.content())
.reviewType(ReviewType.VIEW)
.build();
}
}

0 comments on commit 76a3606

Please sign in to comment.