test #332
| @@ -409,7 +409,6 @@ class LiveRoomQueryRepositoryImpl( | |||||||
|                     .and(liveRoom.isActive.isFalse) |                     .and(liveRoom.isActive.isFalse) | ||||||
|                     .and(liveRoom.channelName.isNotNull) |                     .and(liveRoom.channelName.isNotNull) | ||||||
|             ) |             ) | ||||||
|             .groupBy(member.id) |  | ||||||
|             .orderBy(liveRoom.updatedAt.max().desc()) |             .orderBy(liveRoom.updatedAt.max().desc()) | ||||||
|             .offset(offset) |             .offset(offset) | ||||||
|             .limit(20) |             .limit(20) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user