aheckmann / gridfs-stream

Easily stream files to and from MongoDB
MIT License
615 stars 120 forks source link

Replace Cursor.nextObject because it was removed from node-mongodb-native library #126

Open HolgerFrank opened 6 years ago

HolgerFrank commented 6 years ago

https://github.com/HolgerFrank/gridfs-stream/commit/9cd82a002bd63c07b5e5b70bf2ef2922527a6a28

helgetan commented 6 years ago

Works for me, please pull this.

meefik commented 6 years ago

Temporary fix

mongoose.mongo.Cursor.prototype.nextObject = mongoose.mongo.Cursor.prototype.next;