diff --git a/Btms.Analytics/MovementsAggregationService.cs b/Btms.Analytics/MovementsAggregationService.cs index 3fc1ba1f..cc38d756 100644 --- a/Btms.Analytics/MovementsAggregationService.cs +++ b/Btms.Analytics/MovementsAggregationService.cs @@ -91,9 +91,7 @@ public Task ByUniqueDocumentReferenceCount(DateTime from, }) .Select(g => new { g.Key.Linked, g.Key.DocumentReferenceCount, MovementCount = g.Count() }); - var mongoResult = mongoQuery - .Execute(logger) - .ToList(); + var mongoResult = mongoQuery.Execute(logger).ToList(); var dictionary = mongoResult .ToDictionary(