Compare commits
No commits in common. "03ebc9cfe9f5bc3f3f2f618b4b8b253090461d38" and "24841b9850b9e8aec8581526b721f1b6aba5c2a3" have entirely different histories.
03ebc9cfe9
...
24841b9850
|
@ -958,7 +958,6 @@ class AudioContentQueryRepositoryImpl(
|
|||
.innerJoin(audioContent.member, member)
|
||||
.leftJoin(blockMember).on(blockMemberCondition)
|
||||
.where(where)
|
||||
.orderBy(audioContentCurationItem.orders.asc())
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.fetch()
|
||||
|
|
Loading…
Reference in New Issue