Skip to content

Commit

Permalink
fix: remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
remiroyc committed Sep 2, 2024
1 parent 097b226 commit 37316df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ark-metadata/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ fn fetch_onchain_metadata(uri: &str) -> Result<TokenMetadata> {
attributes
.iter()
.filter_map(|attr| {
// Cas standard où les attributs ont "trait_type" et "value"
if let (Some(trait_type), Some(value)) = (
attr.get("trait_type")
.or_else(|| attr.get("trait"))
Expand Down

0 comments on commit 37316df

Please sign in to comment.