Skip to content

Commit

Permalink
Return no description in case we can't parse any part of it
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops committed Oct 12, 2023
1 parent f344cf3 commit 488db0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fn scrub_resource_identifiers(mut string: &str) -> Option<String> {
}
return Some(format!("{domain}/*"));
}
Some(string.into())
None
}
}
}
Expand Down

0 comments on commit 488db0e

Please sign in to comment.