From a876c12d6d26821a47ee2692d7fa35e4b3137dcd Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Thu, 30 May 2024 16:24:53 -0400 Subject: [PATCH] style: fix lint --- lib/model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/model.js b/lib/model.js index a62fddf06cb..114ec86fec5 100644 --- a/lib/model.js +++ b/lib/model.js @@ -3956,7 +3956,7 @@ Model.buildBulkWriteOperations = function buildBulkWriteOperations(documents, op _applyCustomWhere(document, where); - // If shard key is set, add shard keys to _filter_ condition to right shard is targeted + // If shard key is set, add shard keys to _filter_ condition to right shard is targeted const shardKey = this.schema.options.shardKey; if (shardKey) { const paths = Object.keys(shardKey);