Skip to content

Commit c50467d

Browse files
authored
Merge pull request #127 from ChooseTale/fix/create-game
fix: 엔딩 그룹 불러오기 수정
2 parents c1cab1f + 1c5ab6d commit c50467d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/my-page/game-play/domain/services/query/get-ended-group-game-list.query.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export type EndedGroupGameInclude = {
1010
where: {
1111
deletedAt: null;
1212
userId: number;
13+
endingPageId: { not: null };
1314
};
1415
orderBy: {
1516
lastPlayedAt: 'desc';
@@ -61,6 +62,7 @@ export class GetEndedGroupGameListQueryService extends ListParentQueryService {
6162
},
6263
where: {
6364
deletedAt: null,
65+
endingPageId: { not: null },
6466
userId,
6567
},
6668
include: {

0 commit comments

Comments
 (0)