fix(character): isNew -> new로 변경
This commit is contained in:
@@ -22,7 +22,7 @@ data class Character(
|
|||||||
@JsonProperty("name") val name: String,
|
@JsonProperty("name") val name: String,
|
||||||
@JsonProperty("description") val description: String,
|
@JsonProperty("description") val description: String,
|
||||||
@JsonProperty("imageUrl") val imageUrl: String,
|
@JsonProperty("imageUrl") val imageUrl: String,
|
||||||
@JsonProperty("isNew") val isNew: Boolean
|
@JsonProperty("isNew") val new: Boolean
|
||||||
)
|
)
|
||||||
|
|
||||||
data class RecentCharacter(
|
data class RecentCharacter(
|
||||||
|
|||||||
Reference in New Issue
Block a user