Skip to content

Commit

Permalink
fix: token metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
remiroyc committed Sep 19, 2023
1 parent 2cd6ddc commit b0a1130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/ark-metadata/src/metadata_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ impl<'a, T: StorageManager, C: StarknetClient> MetadataManager<'a, T, C> {
.await?;

if self.is_valid_uri(&token_uri_cairo0) {
error!("Token URI found");
return Err(anyhow!("Token URI not found"));
return Ok(token_uri_cairo0);
}

let token_uri_cairo1 = self
Expand Down

0 comments on commit b0a1130

Please sign in to comment.