ChiriVulpes / scryfall-sdk

A Node.js SDK for https://scryfall.com/docs/api, written in TypeScript.
MIT License
99 stars 16 forks source link

Bug fix: Page is not being passed to queryPage from Cards.search #68

Closed thejoecode closed 10 months ago

thejoecode commented 10 months ago

paging test was comparing the last card to the first card and giving a false positive

Let me know if you want me to make any changes to this.

ChiriVulpes commented 10 months ago

Thank you!