Skip to content

Commit

Permalink
[all]remove pin bucket image
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Sep 2, 2024
1 parent a9f42c8 commit 0426698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mint/MintStep2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function PreMetadata(p: { onContinue: OnNext }) {
const imageArrayBuffer = await imageblob.arrayBuffer();
const imageBuffer = Buffer.from(imageArrayBuffer);
const imageIntegrity = getSHA256Digest(imageBuffer);
await pinCID(image.Hash, "bucket_image.png");
// await pinCID(image.Hash, "bucket_image.png");
const res = await axios.post<Res<void>>(
genUrl("/auth/bucket/metadata/generate"),
{ uuid: mintData.uuid, cid: image.Hash, imageIntegrity },
Expand Down

0 comments on commit 0426698

Please sign in to comment.