콘텐츠 메인 항목 - 사용하지 않는 isAdult 제거

This commit is contained in:
Klaus 2023-11-06 18:12:27 +09:00
parent 5c228af14b
commit 5b218169c7
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ data class GetAudioContentMainItem @QueryProjection constructor(
@JsonProperty("contentId") val contentId: Long,
@JsonProperty("coverImageUrl") val coverImageUrl: String,
@JsonProperty("title") val title: String,
@JsonProperty("isAdult") val isAdult: Boolean,
@JsonProperty("creatorId") val creatorId: Long,
@JsonProperty("creatorProfileImageUrl") val creatorProfileImageUrl: String,
@JsonProperty("creatorNickname") val creatorNickname: String