summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/run_aggregate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/run_aggregate.cpp')
-rw-r--r--src/mongo/db/commands/run_aggregate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/run_aggregate.cpp b/src/mongo/db/commands/run_aggregate.cpp
index 8a2d675982d..4a95b56eb13 100644
--- a/src/mongo/db/commands/run_aggregate.cpp
+++ b/src/mongo/db/commands/run_aggregate.cpp
@@ -1054,7 +1054,7 @@ Status runAggregate(OperationContext* opCtx,
// Set the telemetryStoreKey to none so telemetry isn't collected when we've done a FLE
// rewrite.
- CurOp::get(opCtx)->debug().telemetryStoreKey = boost::none;
+ CurOp::get(opCtx)->debug().telemetryStoreKeyHash = boost::none;
}
pipeline->optimizePipeline();