fix: 최근 종료한 라이브 API 오류 수정

This commit is contained in:
Klaus 2025-07-18 16:35:15 +09:00
parent a849d00c7f
commit 885243a5b0
1 changed files with 1 additions and 1 deletions

View File

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