parent
92bcbbe065
commit
5ac6750ffe
|
@ -74,7 +74,7 @@ class AdminAudioContentQueryRepositoryImpl(
|
||||||
audioContent.duration,
|
audioContent.duration,
|
||||||
audioContent.content,
|
audioContent.content,
|
||||||
formattedDateExpression(audioContent.createdAt),
|
formattedDateExpression(audioContent.createdAt),
|
||||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
|
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %H:%i")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContent)
|
||||||
|
|
Loading…
Reference in New Issue