SERVER-122734 Fix ticket reference in TODO (#50762)

GitOrigin-RevId: 541531dacb517d22fc0fb93cb6e57f613baecfae
This commit is contained in:
Parker Felix 2026-03-31 17:37:11 -04:00 committed by MongoDB Bot
parent ea31348629
commit 79e46694ee

View File

@ -75,7 +75,7 @@ for (let entry of res.cursor.firstBatch) {
assert(collName.startsWith("recovered") || collName == importantCollName);
// Assert _id index has been successfully created.
// TODO(SERVER-121765): Remove this check when replicated fast count no longer uses collections.
// TODO(SERVER-122306): Remove this check when replicated fast count no longer uses collections.
if (!FeatureFlagUtil.isPresentAndEnabled(mongod, "featureFlagReplicatedFastCount")) {
assert("idIndex" in entry);
}