summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_locf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/accumulator_locf.cpp')
-rw-r--r--src/mongo/db/pipeline/accumulator_locf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/accumulator_locf.cpp b/src/mongo/db/pipeline/accumulator_locf.cpp
index bca58eff3a2..acd97927975 100644
--- a/src/mongo/db/pipeline/accumulator_locf.cpp
+++ b/src/mongo/db/pipeline/accumulator_locf.cpp
@@ -42,7 +42,7 @@ REGISTER_WINDOW_FUNCTION_CONDITIONALLY(
locf,
mongo::window_function::ExpressionFromLeftUnboundedWindowFunction<AccumulatorLocf>::parse,
feature_flags::gFeatureFlagLocf.getVersion(),
- AllowedWithApiStrict::kNeverInVersion1,
+ AllowedWithApiStrict::kAlways,
feature_flags::gFeatureFlagLocf.isEnabledAndIgnoreFCV());
AccumulatorLocf::AccumulatorLocf(ExpressionContext* const expCtx)