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
Copy file name to clipboardExpand all lines: lib/model.js
+11-3
Original file line number
Diff line number
Diff line change
@@ -874,6 +874,8 @@ Model.prototype.$__where = function _where(where) {
874
874
* assert.ok(err)
875
875
* })
876
876
*
877
+
* @param {Object} [options]
878
+
* @param {Session} [options.session=null] the [session](https://docs.mongodb.com/manual/reference/server-sessions/) associated with this operation. If not specified, defaults to the [document's associated session](api.html#document_Document-$session).
0 commit comments