Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Dec 24, 2024
1 parent 2385706 commit e5c1e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/local/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { jsonPointerGet, objectFromJsonPointer, useTypedBackendConfig } from '..
import { _fetch } from '../../utils/fetch'
import { determineCallbackUrl } from '../../utils/url'
import { getRequestURLWN } from '../common/getRequestURL'
import { formatToken } from './utils/token'
import { ERROR_PREFIX } from '../../utils/logger'
import { formatToken } from './utils/token'
import { type UseAuthStateReturn, useAuthState } from './useAuthState'
import { callWithNuxt } from '#app/nuxt'
// @ts-expect-error - #auth not defined
Expand Down

0 comments on commit e5c1e00

Please sign in to comment.