chore: Code cleanup

This commit is contained in:
Ginger
2025-09-14 13:23:52 -04:00
committed by nex
parent e6fd3c970b
commit e3415a500d
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ pub(crate) async fn get_profile_route(
return Err!(Request(NotFound("Profile was not found.")));
}
let mut custom_profile_fields: BTreeMap<String, serde_json::Value> = services
let custom_profile_fields: BTreeMap<String, serde_json::Value> = services
.users
.all_profile_keys(&body.user_id)
.collect()