test #255

Merged
klaus merged 14 commits from test into main 2025-01-31 15:22:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ce881506f9 - Show all commits

View File

@ -146,7 +146,7 @@ class AdminAudioContentQueryRepositoryImpl(
override fun findByIdAndActiveTrue(audioContentId: Long): AudioContent? {
return queryFactory
.select(audioContent)
.selectFrom(audioContent)
.where(
audioContent.id.eq(audioContentId),
audioContent.isActive.isTrue