From c17771a5d31f6323cb5e5ae38e8c9f7f094b17a1 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 21 Jun 2023 06:53:53 +0300 Subject: [PATCH] Fill not found sleeves with 0 --- RhSolutions.AddIn/Services/SleevesCalculator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/RhSolutions.AddIn/Services/SleevesCalculator.cs b/RhSolutions.AddIn/Services/SleevesCalculator.cs index 8e1524a..072ae0f 100644 --- a/RhSolutions.AddIn/Services/SleevesCalculator.cs +++ b/RhSolutions.AddIn/Services/SleevesCalculator.cs @@ -47,7 +47,6 @@ public class SleevesCalculator : ISleevesCaluculator } return result - .Where(kvp => kvp.Value != 0) .ToDictionary(kvp => kvp.Key switch {