Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Oct 15, 2023
1 parent bb0e866 commit 87b87f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/warp-ipfs/src/store/document/image_dag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ pub async fn get_image(

let image = unixfs_fetch(ipfs, dag.link, None, local, limit).await?;

println!("Finished {cid}");

let mut id_img = IdentityImage::default();

id_img.set_data(image);
Expand Down

0 comments on commit 87b87f2

Please sign in to comment.