Skip to content

Commit e72fca9

Browse files
tidy
1 parent db9bacc commit e72fca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/auth/atproto.get.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default defineEventHandler(async event => {
136136
new URLSearchParams(query as Record<string, string>),
137137
)
138138

139-
const client = new Client({ service: SLINGSHOT_HOST })
139+
const client = new Client({ service: `https://${SLINGSHOT_HOST}` })
140140
const response = await client.xrpcSafe(com['bad-example'].identity.resolveMiniDoc, {
141141
headers: { 'User-Agent': 'npmx' },
142142
params: { identifier: authSession.did },

0 commit comments

Comments
 (0)