fix: fields_attribute is busted so 🤷

This commit is contained in:
VC
2022-12-12 15:15:12 +01:00
parent 88b73f4bc5
commit 90f47079d9
2 changed files with 3 additions and 2 deletions

View File

@@ -141,6 +141,7 @@ pub fn get_note_from_description(t: &Option<String>, urls: &[UrlEntity]) -> Opti
}
/// Gets fields_attribute from UserEntityDetail
#[allow(dead_code)]
pub fn get_attribute_from_url(
user_entity_detail: &Option<UserEntityDetail>,
) -> Option<Vec<CredentialsFieldAttribute>> {