Skip to content

Commit 91bdfc3

Browse files
committed
hotfix(GuestPickCommentServiceV2): deletePickComment 수정
- Transactional 추가
1 parent 589c369 commit 91bdfc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/dreamypatisiel/devdevdev/domain/service/pick/GuestPickCommentServiceV2.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public PickCommentResponse modifyPickComment(Long pickCommentId, Long pickId, Pi
168168
}
169169

170170
@Override
171+
@Transactional
171172
public PickCommentResponse deletePickComment(Long pickCommentId, Long pickId, @Nullable String anonymousMemberId,
172173
Authentication authentication) {
173174
// 익명 회원인지 검증

0 commit comments

Comments
 (0)