We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b18411 commit d8784d1Copy full SHA for d8784d1
lib/collection.js
@@ -2199,7 +2199,6 @@ Collection.prototype.initializeUnorderedBulkOp = function(options) {
2199
* @param {object|WriteConcern} [options.writeConcern] Specify write concern settings.
2200
* @param {ClientSession} [options.session] optional session to use for this operation
2201
* @param {boolean} [options.ignoreUndefined=false] Specify if the BSON serializer should ignore undefined fields.
2202
- * @param {OrderedBulkOperation} callback The command result callback
2203
* @return {null}
2204
*/
2205
Collection.prototype.initializeOrderedBulkOp = function(options) {
0 commit comments