Skip to content

Commit

Permalink
fix: formating
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Jul 31, 2023
1 parent 287527f commit 5ed9bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/objects/metadata_json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl MetadataJson {
async fn image(&self, ctx: &Context<'_>) -> Result<String> {
let asset_proxy = ctx.data::<AssetProxy>()?;
let url = Url::parse(&self.image_original)?;

asset_proxy
.proxy_ipfs_image(&url, None)
.map_err(Into::into)
Expand Down

0 comments on commit 5ed9bab

Please sign in to comment.