From c02924f0f7d49441d719d3ec34680b0d5c8d7133 Mon Sep 17 00:00:00 2001 From: hrithikesh026 Date: Tue, 5 Nov 2024 13:48:44 +0530 Subject: [PATCH] fix: spell_check --- crates/router/src/core/user.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/router/src/core/user.rs b/crates/router/src/core/user.rs index 09cd04ccd75f..052b96aadc91 100644 --- a/crates/router/src/core/user.rs +++ b/crates/router/src/core/user.rs @@ -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::>();