Skip to content

Commit

Permalink
chore: use @ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed May 4, 2023
1 parent e3bdb38 commit 6f5a503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frameworks-solid-start/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export async function signIn<
"Content-Type": "application/x-www-form-urlencoded",
"X-Auth-Return-Redirect": "1",
},
// @ts-expect-error -- ignore
// @ts-ignore
body: new URLSearchParams({
...options,
csrfToken,
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks-sveltekit/src/lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function signIn<
"Content-Type": "application/x-www-form-urlencoded",
"X-Auth-Return-Redirect": "1",
},
// @ts-expect-error -- ignore
// @ts-ignore
body: new URLSearchParams({
...options,
csrfToken,
Expand Down

1 comment on commit 6f5a503

@vercel
Copy link

@vercel vercel bot commented on 6f5a503 May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.