MagicTheGathering / mtg-sdk-javascript

Magic: The Gathering SDK - Javascript
MIT License
286 stars 62 forks source link

Fulfill Promise Obligation #20

Closed ghost closed 6 years ago

ghost commented 6 years ago

I tried to pull all cards by set and received this warning message once per set:

(node:7904) Warning: a promise was created in a handler at packages/meteor.js:1356:24 but was not returned from it, see http://goo.gl/rRqMUw at new Promise (/Users/beauregard/meteor/to-do-app/simple-todos/node_modules/bluebird/js/release/promise.js:79:10)

I believe adding the "return null" in this request will resolve the warning message.