diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/controller/ChatCharacterController.kt b/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/controller/ChatCharacterController.kt index 97912c0..f5d5c69 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/controller/ChatCharacterController.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/controller/ChatCharacterController.kt @@ -75,7 +75,7 @@ class ChatCharacterController( } // 최신 캐릭터 조회 (최대 10개) - val newCharacters = service.getNewCharacters(10) + val newCharacters = service.getNewCharacters(30) .map { Character( characterId = it.id!!,