Skip to content

Commit

Permalink
DSEGOG-341 Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Aug 15, 2024
1 parent ed8ea6b commit 0ec9fc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/mocks/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ export const handlers = [
}
),
http.post('/users/preferences', async ({ request }) => {
// Ignoring here as don't have types defined for these endpoints
// @ts-ignore
// @ts-expect-error Ignoring here as don't have types defined for these endpoints
preferredColourMap = (await request.json()).value;
return HttpResponse.json(preferredColourMap, { status: 200 });
}),
Expand Down

0 comments on commit 0ec9fc2

Please sign in to comment.