Skip to content

Commit 287dc18

Browse files
committed
Update ipfsUtils.ts
1 parent 46d39c7 commit 287dc18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web_app/Source_webapp/src/utils/ipfsUtils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export const uploadNFTToIPFS = async (
3939
const imageUploadResult = await apiUploadMedia<UploadResponse>('nft_image', imageFormData)
4040
const imageUrl = imageUploadResult?.data?.data?.url
4141

42-
43-
4442
// Create metadata JSON with the uploaded image URL
4543
const metadataJson = {
4644
name,

0 commit comments

Comments
 (0)