불필요한 Transaction 애노테이션 제거

This commit is contained in:
2025-01-13 17:19:38 +09:00
parent b34459e6c6
commit e3e4151187

View File

@@ -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,