Skip to content

Commit

Permalink
fix: user.ts 충돌오류해결
Browse files Browse the repository at this point in the history
  • Loading branch information
SongInjae authored Oct 27, 2023
1 parent 57a08e5 commit d0c68e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mocks/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export const userHandlers = [
return HttpResponse.json({
token: 'test token',
isNewMember: false,
}),
});
}),

http.get(END_POINTS.MY_CLUB, async ({ request }) => {
const url = new URL(request.url);
Expand Down

0 comments on commit d0c68e1

Please sign in to comment.