fix: 메인 홈 - GetAudioContentMainItem
- JsonProperty를 pointAvailable 수정하여 Redis Cache에서 데이터 가져올 떄 파싱이 이뤄질 수 있도록 수정
This commit is contained in:
		| @@ -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 | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user