test #68

Merged
klaus merged 3 commits from test into main 2023-11-06 09:26:37 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 5b218169c7 - Show all commits

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