evansiroky / gtfs-sequelize

A model of the static GTFS using sequelize.
MIT License
20 stars 6 forks source link

Example code recently broken #28

Closed bbobrian closed 7 years ago

bbobrian commented 8 years ago

Everything worked perfectly a few weeks ago, but if I clone the current repo and use the example code, it fails miserably. It seems like there is something odd happening with the async lib.

evansiroky commented 8 years ago

What version of node.js and npm are you using?

bbobrian commented 8 years ago

node: 6.3.1 npm: 3.10.3

evansiroky commented 8 years ago

Confirmed not working with node 6. Will fix when I have time. Feel free to submit a pull request if you find a solution.

evansiroky commented 7 years ago

This appears to have been fixed by some dependency update. Please re-open if this is not the case.