We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbcce5 commit 11e9ca6Copy full SHA for 11e9ca6
modules/insight/src/main/AggregationPipeline.scala
@@ -220,7 +220,7 @@ final private class AggregationPipeline(store: InsightStorage)(using Executor):
220
221
val pipeline = Match(
222
target.fold(u => selectUserId(u.id), selectPeers) ++
223
- gameMatcher(question.filters).ppAs(lila.db.BSON.debug) ++
+ gameMatcher(question.filters) ++
224
fieldExistsMatcher ++
225
(InsightMetric.requiresAnalysis(metric) || InsightDimension.requiresAnalysis(dimension))
226
.so($doc(F.analysed -> true)) ++
0 commit comments