캐릭터 챗봇 #338

Merged
klaus merged 119 commits from test into main 2025-09-10 06:08:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fcb68be006 - Show all commits

View File

@ -297,7 +297,7 @@ class ChatRoomService(
return fetchSessionActive(room.sessionId)
}
@Transactional(readOnly = true)
@Transactional
fun enterChatRoom(member: Member, chatRoomId: Long): ChatRoomEnterResponse {
val room = chatRoomRepository.findById(chatRoomId).orElseThrow {
SodaException("채팅방을 찾을 수 없습니다.")