tcgdex / cards-database

Pokémon Trading Card Game Card (TCG) Database for the TCGdex API. ⭐ Leave a star if the project interest you !
https://www.tcgdex.net
MIT License
156 stars 35 forks source link

issue: fetch sets not using the correct set ID #471

Closed Thorn2910 closed 10 months ago

Thorn2910 commented 10 months ago

What seems to be the issue

Set

Field(s)

set ID

Description

When using


tcgdex.fetch('sets', 'swsh12', 10)

returns Set swsh12.5 card 10

seems to happen with some sets which also has the .5 extenstion (tested swsh12 / swsh4 /swsh3 --> they return the .5 set) set "sm7" retruns the correct "sm7" set

also swsh1 retruns set swsh10

Aviortheking commented 10 months ago

thanks for the wait, the bug was found and is being uploaded to the server as we speak