Skip to content

Commit

Permalink
Merge pull request #264 from team9502/dev
Browse files Browse the repository at this point in the history
fix: 내가 쓴 리뷰는 공개 [배포]
  • Loading branch information
EUNCHAEv1006 authored Jul 1, 2024
2 parents f9db947 + 5e08706 commit e03937c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public ReviewCreationResponseDTO createReview(Long userId, ReviewCreationRequest
UserReviewStatus status = UserReviewStatus.builder()
.user(user)
.review(review)
.isPrivate(true)
.isPrivate(false)
.build();
userReviewStatusRepository.save(status);

Expand Down

0 comments on commit e03937c

Please sign in to comment.