test #332

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

View File

@ -398,7 +398,7 @@ class LiveRoomQueryRepositoryImpl(
liveRoom.isActive.isFalse
.and(liveRoom.channelName.isNotNull)
)
.groupBy(liveRoom.member.id)
.groupBy(member.id)
.orderBy(liveRoom.updatedAt.max().desc())
.offset(offset)
.limit(20)