Changes
This commit is contained in:
3
node_modules/mongodb/lib/operations/common_functions.js
generated
vendored
3
node_modules/mongodb/lib/operations/common_functions.js
generated
vendored
@@ -297,6 +297,9 @@ function removeDocuments(coll, selector, options, callback) {
|
||||
} else if (finalOptions.retryWrites) {
|
||||
finalOptions.retryWrites = false;
|
||||
}
|
||||
if (options.hint) {
|
||||
op.hint = options.hint;
|
||||
}
|
||||
|
||||
// Have we specified collation
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user