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

This commit is contained in:
Klaus 2025-07-18 17:22:05 +09:00
parent 1ba63e2cab
commit 1a6a331ad8
1 changed files with 0 additions and 1 deletions

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)