Skip to content

Commit feef122

Browse files
committed
fix: mockPostGameParticipate return문 추가
1 parent b7b93c4 commit feef122

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mocks/handlers/game.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ const mockPostGameParticipate = http.post<
9292
addressDepth2: '강남구',
9393
positions: ['C', 'PF'],
9494
});
95+
96+
return HttpResponse.json();
9597
});
9698

9799
const mockGetGameMembers = http.get<

0 commit comments

Comments
 (0)