Compare commits

..

No commits in common. "264cf75964e9e8892ae8f13c9a4e5a8486f51cad" and "c773dbc7b5c8bb4cf3a24188d04e4ad5089b07b4" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -400,8 +400,6 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
return queryFactory return queryFactory
.selectFrom(audioContentCuration) .selectFrom(audioContentCuration)
.where(where) .where(where)
.offset(0)
.limit(15)
.orderBy(audioContentCuration.orders.asc()) .orderBy(audioContentCuration.orders.asc())
.fetch() .fetch()
} }