diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/member/notification/MemberNotificationService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/member/notification/MemberNotificationService.kt index 5feee56..db023e8 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/member/notification/MemberNotificationService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/member/notification/MemberNotificationService.kt @@ -2,10 +2,8 @@ package kr.co.vividnext.sodalive.member.notification import kr.co.vividnext.sodalive.member.Member import org.springframework.stereotype.Service -import org.springframework.transaction.annotation.Transactional @Service -@Transactional(readOnly = true) class MemberNotificationService(private val repository: MemberNotificationRepository) { fun updateNotification( live: Boolean? = null,