Compare commits
No commits in common. "80c476a908f914cf8c46e3a3685242ec270bf3e7" and "59da1d6e49f32d414dd83bea096c3434e360197f" have entirely different histories.
80c476a908
...
59da1d6e49
|
@ -73,7 +73,6 @@ class AdminAudioContentQueryRepositoryImpl(
|
|||
audioContent.isAdult,
|
||||
audioContent.duration,
|
||||
audioContent.content,
|
||||
audioContent.isCommentAvailable,
|
||||
formattedDateExpression(audioContent.createdAt),
|
||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %H:%i")
|
||||
)
|
||||
|
|
|
@ -20,7 +20,6 @@ data class GetAdminContentListItem @QueryProjection constructor(
|
|||
val isAdult: Boolean,
|
||||
val remainingTime: String,
|
||||
var contentUrl: String,
|
||||
val isCommentAvailable: Boolean,
|
||||
val date: String,
|
||||
val releaseDate: String?
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue