opentrials / opentrials-early-poc

A very early POC app for OpenTrials, just using a single source of data on schizophrenia.
MIT License
1 stars 0 forks source link

Remove use of "when" lib #16

Closed pwalsh closed 9 years ago

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

kravets-levko commented 9 years ago

Done; pull request https://github.com/okfn/opentrials-prototype/pull/18

pwalsh commented 9 years ago

FIXED.