You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `mongodb` Node.js driver deprecated use of `returnOriginal` in
favour of `returnDocument` in [v3.6][1].
This non-breaking change allows consumers to opt in to using the newer
`returnDocument` by setting an option on construction
```js
var queue = mongoDbQueue(db, 'queue', { returnDocument : true })
```
[1]: mongodb/node-mongodb-native#2808
0 commit comments