dmanjunath / node-redshift

A simple collection of tools to help you get started with Amazon Redshift from node.js
69 stars 48 forks source link

don't call Promise.config #28

Open gavinsharp opened 5 years ago

gavinsharp commented 5 years ago

Avoids calling bluebird's Promise.config, since other code may have already created some promises.

Fixes https://github.com/dmanjunath/node-redshift/issues/27.

gavinsharp commented 5 years ago

@dmanjunath any chance you could take a look at this?