buildspace / buildspace-projects

The home of our open-source projects.
https://buildspace.so/projects
Creative Commons Attribution Share Alike 4.0 International
3.01k stars 1.09k forks source link

NFT Game: Section 4 - Lesson 1 Finishing Touches UI #1593

Closed ckumler closed 1 year ago

ckumler commented 1 year ago

What You Are Changing

There is an error in the mintCharacterNFTAction function written in this section. This will cause an issue if a user copy/pastes this function into their codebase.

- const mintCharacterNFTAction = (characterId) => async () => { ... }
+ const mintCharacterNFTAction = async (characterId) => { ... }

Anything else?

I'll submit the PR for this. I found this issue in the English track, but the same issue may be in the other languages.

ckumler commented 1 year ago

PR #1594 and #1595 have been submitted for en and cn respectively.

ckumler commented 1 year ago

Looks like this was successfully merged. Closing issue.