Compare commits

..

No commits in common. "23cd1b46019bfed337a755a58722734fe86449b0" and "031fc8ba1b07baf9d8bef90cb094d7f50a3e2b19" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ class LiveRoomQueryRepositoryImpl(
)
)
.from(useCan)
.innerJoin(useCan.room, liveRoom)
.join(useCan.member, member)
.groupBy(useCan.member)
.where(where)