Closed pwalsh closed 9 years ago
You are using it for when.all, but we also use bluebird, which, when required as Promise, implements Promise.all. Ensure that you use bluebird for all Promise functionality.
when.all
Promise
Promise.all
Done; pull request https://github.com/okfn/opentrials-prototype/pull/18
FIXED.
You are using it for
when.all
, but we also use bluebird, which, when required asPromise
, implementsPromise.all
. Ensure that you use bluebird for all Promise functionality.