Skip to content

Commit

Permalink
fix: jsdoc profile hook (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Nov 4, 2024
1 parent d603646 commit 3024379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/authentication/profile/useProfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { useAuthentication } from "../../../providers/authentication/authenticat
import { UseProfile } from "./types";

/**
* Authentication hook.
* @returns authentication context.
* Profile hook - returns user profile.
* @returns user profile.
*/
export const useProfile = (): UseProfile => {
const {
Expand Down

0 comments on commit 3024379

Please sign in to comment.