summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp b/src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp
index 93e6e0a10c6..196e5769de3 100644
--- a/src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp
+++ b/src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp
@@ -162,7 +162,7 @@ BSONObj createAggregateCmdObj(
}
pipeline.emplace_back(BSON(DocumentSourceMatch::kStageName << parsedInfo.query));
if (parsedInfo.sort) {
- // TODO (SERVER-73083): skip the sort option for 'findAndModify' calls on time-series
+ // TODO (SERVER-76530): skip the sort option for 'findAndModify' calls on time-series
// collections.
pipeline.emplace_back(BSON(DocumentSourceSort::kStageName << *parsedInfo.sort));
}