From 4876d1e6b77be92ebe4ddb78315113a6482ee01c Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 19 Feb 2024 16:29:48 -0500 Subject: [PATCH] Update lib/query.js Co-authored-by: hasezoey --- lib/query.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/query.js b/lib/query.js index 179b2924b5c..8731f003204 100644 --- a/lib/query.js +++ b/lib/query.js @@ -2482,7 +2482,6 @@ Query.prototype._completeOne = function(doc, res, callback) { * @param {Object} [opts] * @param {Array} [opts.populated] * @param {ClientSession} [opts.session] - * @param {Function} callback * @api private */