fix: 메인 홈 - GetAudioContentMainItem
- JsonProperty를 pointAvailable 수정하여 Redis Cache에서 데이터 가져올 떄 파싱이 이뤄질 수 있도록 수정
This commit is contained in:
parent
da7e4c2156
commit
69a63a77d3
|
@ -12,5 +12,5 @@ data class GetAudioContentMainItem @QueryProjection constructor(
|
|||
@JsonProperty("creatorNickname") val creatorNickname: String,
|
||||
@JsonProperty("price") val price: Int,
|
||||
@JsonProperty("duration") val duration: String,
|
||||
@JsonProperty("isPointAvailable") val isPointAvailable: Boolean
|
||||
@JsonProperty("pointAvailable") val isPointAvailable: Boolean
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue