Skip to content

Commit

Permalink
fix: add internal jsdoc on exported fn
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Feb 7, 2024
1 parent 6ede795 commit daf68ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/src/lib/actions/callback/oauth/callback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ export async function handleOAuth(
return { ...profileResult, profile, cookies: resCookies }
}

/** Returns the user and account that is going to be created in the database. */
/**
* Returns the user and account that is going to be created in the database.
* @internal
*/
export async function getUserAndAccount(
OAuthProfile: Profile,
provider: OAuthConfigInternal<any>,
Expand Down

0 comments on commit daf68ed

Please sign in to comment.