Skip to content

Commit

Permalink
Ignore lint error from forked code
Browse files Browse the repository at this point in the history
  • Loading branch information
dowski committed Dec 4, 2024
1 parent e67549e commit fbff0e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/oauth/callback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ export async function handleOAuth(
if (provider.id === "apple") {
try {
profile.user = JSON.parse(params?.user)
// ConvexAuth: disabled lint for empty block
// eslint-disable-next-line no-empty
} catch {}
}

Expand Down

0 comments on commit fbff0e2

Please sign in to comment.