Refactoring day1
This commit is contained in:
1
node_modules/mongodb/lib/admin.js
generated
vendored
1
node_modules/mongodb/lib/admin.js
generated
vendored
@@ -232,7 +232,6 @@ Admin.prototype.removeUser = function(username, options, callback) {
|
||||
*
|
||||
* @param {string} collectionName The name of the collection to validate.
|
||||
* @param {object} [options] Optional settings.
|
||||
* @param {boolean} [options.background] Validates a collection in the background, without interrupting read or write traffic (only in MongoDB 4.4+)
|
||||
* @param {ClientSession} [options.session] optional session to use for this operation
|
||||
* @param {Admin~resultCallback} [callback] The command result callback.
|
||||
* @return {Promise} returns Promise if no callback passed
|
||||
|
||||
Reference in New Issue
Block a user