Skip to content

Commit

Permalink
Merge pull request #160 from holaplex/release
Browse files Browse the repository at this point in the history
Backfill Image Default
  • Loading branch information
kespinola authored Jul 31, 2023
2 parents 847c1d8 + 87a0f72 commit 18c8260
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 18c8260

Please sign in to comment.