Skip to content

Commit

Permalink
Merge pull request #188 from hadihaider055/main
Browse files Browse the repository at this point in the history
Fixing unclosed square brackets in "NFT metadata upload" code snippet
  • Loading branch information
YosephKS committed Jun 23, 2023
2 parents a8cca3c + 0f96ba7 commit 216a89f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const runApp = async () => {
"trait_type": "Mouth",
value: "Surprised"
},
],
},
},
];
Expand Down Expand Up @@ -107,6 +108,7 @@ const runApp = async () => {
"trait_type": "Mouth",
value: "Surprised"
},
],
},
},
];
Expand Down

1 comment on commit 216a89f

@vercel
Copy link

@vercel vercel bot commented on 216a89f Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.