fix(character): isNew -> new로 변경

This commit is contained in:
2025-11-14 05:37:24 +09:00
parent 597bd8f8ae
commit f278497526

View File

@@ -22,7 +22,7 @@ data class Character(
@JsonProperty("name") val name: String,
@JsonProperty("description") val description: String,
@JsonProperty("imageUrl") val imageUrl: String,
@JsonProperty("isNew") val isNew: Boolean
@JsonProperty("isNew") val new: Boolean
)
data class RecentCharacter(