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