Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit create-listing avoid whitespace error with latest ExampleNFT #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kmcintyre
Copy link

@kmcintyre kmcintyre commented Apr 24, 2022

When used as was receiving an error:

  console.log
    Error: failed to parse transaction Cadence script: Parsing failed:
    error: invalid whitespace after '.'
      --> :36:41
       |
    36 |         let hasLinkedCollection = seller.
       |                                          ^
    
    error: invalid whitespace after '.'
      --> :48:34
       |
    48 |         self.nftProvider = seller.
       |                 
```                  ^

@kmcintyre kmcintyre requested a review from a team as a code owner April 24, 2022 23:54
@kmcintyre kmcintyre changed the title Minor edit to avoid whitespace error Minor edit to avoid whitespace error with latest ExampleNFT Apr 24, 2022
@kmcintyre kmcintyre changed the title Minor edit to avoid whitespace error with latest ExampleNFT Edit create-listing avoid whitespace error with latest ExampleNFT Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant