v1.14.0
Note: There is a non backward compatible change. Cursors are not returned by default and coerce to arrays. To update your code, add {cursor: true}
in run
, or remove cursor.toArray().then(...)
.
Note: There is a non backward compatible change. Cursors are not returned by default and coerce to arrays. To update your code, add {cursor: true}
in run
, or remove cursor.toArray().then(...)
.