From a996751f6ae5f939ed822fe4c8e1acf7a912032a Mon Sep 17 00:00:00 2001 From: aelassas Date: Thu, 5 Sep 2024 07:14:39 +0100 Subject: [PATCH] Update UserService.ts --- mobile/services/UserService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/services/UserService.ts b/mobile/services/UserService.ts index 0e80aba5..5cb4d868 100644 --- a/mobile/services/UserService.ts +++ b/mobile/services/UserService.ts @@ -503,7 +503,7 @@ export const loggedIn = async () => { * Check if password exists. * * @param {string} id - * @returns {Promise} + * @returns {Promise} */ export const hasPassword = async (id: string): Promise => { const headers = await authHeader()