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

Buy event doesn't change price to 0 #39

Closed
petersopko opened this issue Jul 12, 2022 · 4 comments · Fixed by #41
Closed

Buy event doesn't change price to 0 #39

petersopko opened this issue Jul 12, 2022 · 4 comments · Fixed by #41
Labels
bug Something isn't working

Comments

@petersopko
Copy link
Contributor

following up from here:

not sure if this is indexer issue or front end issue, so tracking this here as well just in case

image

@petersopko petersopko added the investigation See why is it doing label Jul 12, 2022
@vikiival
Copy link
Member

entity.price = undefined; // not sure if this is correct

@vikiival
Copy link
Member

@petersopko can you please provide the link for this NFT?

@petersopko
Copy link
Contributor Author

@petersopko can you please provide the link for this NFT?

https://beta.kodadot.xyz/bsx/gallery/2645998698-6
https://kodadot.xyz/bsx/gallery/2645998698-6

@vikiival
Copy link
Member

query MyQuery {
  nftEntityById(id: "2645998698-6") {
    name
    price
    events(orderBy: timestamp_DESC) {
      interaction
      meta
      timestamp
    }
  }
}

@vikiival vikiival added bug Something isn't working and removed investigation See why is it doing labels Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants