You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that select nft_count from collection_entity where id = ${id}
should be equal to select count(*) as nft_count from nft_entity where collection_id = ${id}
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Some collections that were pre-indexed, does not calculate with the update of supply,
therefore
you have 7 items and one count
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect that
select nft_count from collection_entity where id = ${id}
should be equal to
select count(*) as nft_count from nft_entity where collection_id = ${id}
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: