test #115
|
@ -86,7 +86,7 @@ class CreatorAdminAudioContentQueryRepositoryImpl(
|
|||
audioContent.duration,
|
||||
audioContent.content,
|
||||
formattedDateExpression(audioContent.createdAt),
|
||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
|
||||
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %H:%i")
|
||||
)
|
||||
)
|
||||
.from(audioContent)
|
||||
|
|
Loading…
Reference in New Issue