We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d39c7 commit 287dc18Copy full SHA for 287dc18
web_app/Source_webapp/src/utils/ipfsUtils.ts
@@ -39,8 +39,6 @@ export const uploadNFTToIPFS = async (
39
const imageUploadResult = await apiUploadMedia<UploadResponse>('nft_image', imageFormData)
40
const imageUrl = imageUploadResult?.data?.data?.url
41
42
-
43
44
// Create metadata JSON with the uploaded image URL
45
const metadataJson = {
46
name,
0 commit comments