We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d6e74 commit ae0e5d5Copy full SHA for ae0e5d5
1 file changed
server/api/social/like.post.ts
@@ -4,7 +4,7 @@ import * as dev from '#shared/types/lexicons/dev'
4
import type { UriString } from '@atproto/lex'
5
import { LIKES_SCOPE } from '#shared/utils/constants'
6
import { PackageLikeBodySchema } from '#shared/schemas/social'
7
-import { throwOnMissingOAuthScope } from '~~/server/utils/atproto/oauth'
+import { throwOnMissingOAuthScope } from '#server/utils/atproto/oauth'
8
9
export default eventHandlerWithOAuthSession(async (event, oAuthSession) => {
10
const loggedInUsersDid = oAuthSession?.did.toString()
0 commit comments