Skip to content

Commit a2b0fe3

Browse files
committed
Remove unnecessary handler
1 parent fd24a72 commit a2b0fe3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mocks/users/handlers.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ export const userHandlers = [
77
return HttpResponse.json({ result: mockUsers });
88
}),
99
];
10-
11-
export const userErrorHandler = http.get(USERS_API_URL, () =>
12-
HttpResponse.error()
13-
);

0 commit comments

Comments
 (0)