Skip to content

Commit 58cc39e

Browse files
committed
fixed typo oops
1 parent 965a171 commit 58cc39e

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
@@ -368,7 +368,7 @@ export async function listGroupMembers(
368368
* @throws {EntraUserError} If fetching the user profile fails.
369369
* @returns {Promise<UserProfileData>} The user's profile information.
370370
*/
371-
export async function getUserProflile(
371+
export async function getUserProfile(
372372
token: string,
373373
email: string,
374374
): Promise<UserProfileData> {

0 commit comments

Comments
 (0)