Fill not found sleeves with 0

This commit is contained in:
Sergey Chebotar 2023-06-21 06:53:53 +03:00
parent 101c1d4397
commit c17771a5d3

View File

@ -47,7 +47,6 @@ public class SleevesCalculator : ISleevesCaluculator
}
return result
.Where(kvp => kvp.Value != 0)
.ToDictionary(kvp =>
kvp.Key switch
{