temp(chat-character): 최신 캐릭터 50개 조회
This commit is contained in:
parent
a94cf8dad9
commit
0b54b126db
|
@ -75,7 +75,7 @@ class ChatCharacterController(
|
|||
}
|
||||
|
||||
// 최신 캐릭터 조회 (최대 10개)
|
||||
val newCharacters = service.getNewCharacters(30)
|
||||
val newCharacters = service.getNewCharacters(50)
|
||||
.map {
|
||||
Character(
|
||||
characterId = it.id!!,
|
||||
|
|
Loading…
Reference in New Issue