aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-06-21 06:53:53 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-06-21 06:53:53 +0300
commitc17771a5d31f6323cb5e5ae38e8c9f7f094b17a1 (patch)
tree99f6c00ba5786d683f48f4ac16ea27c79f29543c
parent101c1d4397677dea645dd768d9abefbca0bfd6b8 (diff)
Fill not found sleeves with 0
-rw-r--r--RhSolutions.AddIn/Services/SleevesCalculator.cs1
1 files changed, 0 insertions, 1 deletions
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
{