From 1a6a331ad84ba876ff3c5da8b396f468c92a87d2 Mon Sep 17 00:00:00 2001 From: Klaus Date: Fri, 18 Jul 2025 17:22:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B5=9C=EA=B7=BC=20=EC=A2=85=EB=A3=8C?= =?UTF-8?q?=ED=95=9C=20=EB=9D=BC=EC=9D=B4=EB=B8=8C=20API=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/live/room/LiveRoomRepository.kt | 1 - 1 file changed, 1 deletion(-) 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)