Skip to content

Commit cb66960

Browse files
committed
chore: ignore exports
1 parent 0ecce4e commit cb66960

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/composables/useAtproto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ type MiniDoc = {
44
pds: string
55
}
66

7+
/** @public */
78
export async function useAtproto() {
89
const {
910
data: user,

server/utils/atproto/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ async function getOAuthSession(event: H3Event): Promise<OAuthSession | undefined
5454
return await client.restore(currentSession.tokenSet.sub)
5555
}
5656

57+
/** @public */
5758
export function eventHandlerWithOAuthSession<T extends EventHandlerRequest, D>(
5859
handler: EventHandlerWithOAuthSession<T, D>,
5960
) {

0 commit comments

Comments
 (0)