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.
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.