temp(chat-character): 최신 캐릭터 50개 조회

This commit is contained in:
Klaus 2025-08-28 00:21:07 +09:00
parent a94cf8dad9
commit 0b54b126db
1 changed files with 1 additions and 1 deletions

View File

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