test #332

Merged
klaus merged 15 commits from test into main 2025-07-18 12:33:22 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 1a6a331ad8 - Show all commits

View File

@ -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)