fix: 최근 종료한 라이브 API 오류 수정
This commit is contained in:
parent
885243a5b0
commit
5696240e03
|
@ -393,6 +393,7 @@ class LiveRoomQueryRepositoryImpl(
|
||||||
liveRoom.updatedAt.max()
|
liveRoom.updatedAt.max()
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
.from(liveRoom)
|
||||||
.innerJoin(liveRoom.member, member)
|
.innerJoin(liveRoom.member, member)
|
||||||
.where(
|
.where(
|
||||||
liveRoom.isActive.isFalse
|
liveRoom.isActive.isFalse
|
||||||
|
|
Loading…
Reference in New Issue