Skip to content

Commit

Permalink
Update UserService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Sep 5, 2024
1 parent 8f805a8 commit a996751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/services/UserService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ export const loggedIn = async () => {
* Check if password exists.
*
* @param {string} id
* @returns {Promise<ohmjetTypes.User|null>}
* @returns {Promise<bookcarsTypes.User|null>}
*/
export const hasPassword = async (id: string): Promise<number> => {
const headers = await authHeader()
Expand Down

0 comments on commit a996751

Please sign in to comment.