Skip to content

Commit 73ce1df

Browse files
committed
fix: remove duplicate and unused imports in oauth.ts
1 parent f732b14 commit 73ce1df

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

server/utils/atproto/oauth.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { NodeOAuthClient, AtprotoDohHandleResolver } from '@atproto/oauth-client
1010
import { getOAuthLock } from '#server/utils/atproto/lock'
1111
import { useOAuthStorage } from '#server/utils/atproto/storage'
1212
import { LIKES_SCOPE, PROFILE_SCOPE } from '#shared/utils/constants'
13-
import { OAuthMetadataSchema } from '#shared/schemas/oauth'
14-
import { LIKES_SCOPE } from '#shared/utils/constants'
1513
import type { UserServerSession } from '#shared/types/userSession'
1614
// @ts-expect-error virtual file from oauth module
1715
import { clientUri } from '#oauth/config'

0 commit comments

Comments
 (0)