Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Jul 7, 2024
1 parent 9c2b081 commit 880e3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Users/api/useGetUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { QueryKey } from 'common/utils/constants';

/**
* Properties for the `useGetUser` API hook.
* @param {string} userId - A `User` identifier.
* @param {string} [userId] - A `User` identifier.
*/
interface UseGetUserProps {
userId?: string;
Expand Down

0 comments on commit 880e3f0

Please sign in to comment.