Skip to content

Commit

Permalink
fix: spell_check
Browse files Browse the repository at this point in the history
  • Loading branch information
hrithikesh026 committed Nov 5, 2024
1 parent 6645d06 commit c02924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/core/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ pub async fn list_user_roles_details(
))
.await
.change_context(UserErrors::InternalServerError)
.attach_printable("Failed to construct profle map")?
.attach_printable("Failed to construct profile map")?
.into_iter()
.map(|profile| (profile.get_id().to_owned(), profile.profile_name))
.collect::<HashMap<_, _>>();
Expand Down

0 comments on commit c02924f

Please sign in to comment.