Skip to content

Commit

Permalink
[fix #169] 컨텐츠 삭제 전 북마크 취소
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin3263 authored Oct 27, 2024
1 parent 4544326 commit e2fb354
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class ContentService(
@Transactional
override fun delete(user: User, contentId: Long) {
val content = verifyContent(user.id, contentId)
bookMarkPort.delete(user.id, contentId)
contentPort.delete(content)
}

Expand Down

0 comments on commit e2fb354

Please sign in to comment.