temp: 임시로 최신 캐릭터 30개 보여주는 것으로 수정

This commit is contained in:
Klaus 2025-08-25 17:37:51 +09:00
parent 5a58fe9077
commit 8b1dd7cb95
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class ChatCharacterController(
}
// 최신 캐릭터 조회 (최대 10개)
val newCharacters = service.getNewCharacters(10)
val newCharacters = service.getNewCharacters(30)
.map {
Character(
characterId = it.id!!,