Skip to content

Commit

Permalink
fix: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 committed Sep 26, 2024
1 parent 12e684f commit 273e369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoTrueClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default class GoTrueClient {
this._debug('#_initialize()', 'error detecting session from URL', error)

if (
error?.code === identity_already_exists
error?.code === 'identity_already_exists'
) {
return { error }
}
Expand Down

0 comments on commit 273e369

Please sign in to comment.