diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomRepository.kt b/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomRepository.kt index 5bb40f2..732efcd 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomRepository.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/live/room/LiveRoomRepository.kt @@ -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)