test #332
|
@ -409,7 +409,6 @@ class LiveRoomQueryRepositoryImpl(
|
|||
.and(liveRoom.isActive.isFalse)
|
||||
.and(liveRoom.channelName.isNotNull)
|
||||
)
|
||||
.groupBy(member.id)
|
||||
.orderBy(liveRoom.updatedAt.max().desc())
|
||||
.offset(offset)
|
||||
.limit(20)
|
||||
|
|
Loading…
Reference in New Issue