Skip to content

Commit dffe2df

Browse files
committed
fix typo
1 parent e0cc4c7 commit dffe2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/functions/entraId.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export async function listGroupMembers(
369369
* @throws {EntraUserError} If fetching the user profile fails.
370370
* @returns {Promise<UserProfileData>} The user's profile information.
371371
*/
372-
export async function getUserProflile(
372+
export async function getUserProfile(
373373
token: string,
374374
email: string,
375375
): Promise<UserProfileData> {

0 commit comments

Comments
 (0)