lykmapipo / mongoose-gridfs

mongoose gridfs on top of new gridfs api
MIT License
91 stars 39 forks source link

unlink fixes #8

Closed cbratschi closed 7 years ago

cbratschi commented 7 years ago

See https://github.com/lykmapipo/mongoose-gridfs/issues/7.

cbratschi commented 7 years ago

The Travis check still uses Node 0.10 and the ES6 code was therefore rejected.

lykmapipo commented 7 years ago

@cbratschi Thanks for the PR. May you please make use of normal callback style than closure so we can support from Node 0.10 till we mongoose start support ES6.

lykmapipo commented 7 years ago

@cbratschi Thanks for PR. I change ES6 closure to Node callback.