feat(home-recommendation): AI 캐릭터 creatorId 응답을 추가한다
This commit is contained in:
@@ -286,6 +286,7 @@ class HomeRecommendationFacade(
|
||||
|
||||
private fun HomeAiCharacterRecommendationRecord.toItem() = HomeAiCharacterItem(
|
||||
characterId = characterId,
|
||||
creatorId = creatorId,
|
||||
name = name,
|
||||
description = description,
|
||||
profileImage = imageUrl(cloudFrontHost, profileImage),
|
||||
|
||||
@@ -71,6 +71,7 @@ data class HomeFirstAudioContentItem(
|
||||
|
||||
data class HomeAiCharacterItem(
|
||||
val characterId: Long,
|
||||
val creatorId: Long,
|
||||
val name: String,
|
||||
val description: String,
|
||||
val profileImage: String?,
|
||||
|
||||
Reference in New Issue
Block a user