test #254

Merged
klaus merged 11 commits from test into main 2025-01-17 05:46:01 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit e3e4151187 - Show all commits

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,