fix: 최근 종료한 라이브 API 오류 수정
This commit is contained in:
parent
1ba63e2cab
commit
1a6a331ad8
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue