Skip to content

Commit

Permalink
add-usersUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk committed Mar 8, 2024
1 parent 061c4d1 commit c04a431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/userProfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface Group {

export const getUserProfile = async (principalName: string): Promise<User | ApiError> => {
const usersUrl = new URL(`${USERS_URL}/${principalName}`)

console.log(usersUrl)
const embeds = ['section_manager']
const selects = [
'principal_name',
Expand Down

0 comments on commit c04a431

Please sign in to comment.