Skip to content

Commit ae0e5d5

Browse files
committed
chore: use server alias
1 parent 81d6e74 commit ae0e5d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/api/social/like.post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as dev from '#shared/types/lexicons/dev'
44
import type { UriString } from '@atproto/lex'
55
import { LIKES_SCOPE } from '#shared/utils/constants'
66
import { PackageLikeBodySchema } from '#shared/schemas/social'
7-
import { throwOnMissingOAuthScope } from '~~/server/utils/atproto/oauth'
7+
import { throwOnMissingOAuthScope } from '#server/utils/atproto/oauth'
88

99
export default eventHandlerWithOAuthSession(async (event, oAuthSession) => {
1010
const loggedInUsersDid = oAuthSession?.did.toString()

0 commit comments

Comments
 (0)