Fill not found sleeves with 0
This commit is contained in:
parent
101c1d4397
commit
c17771a5d3
@ -47,7 +47,6 @@ public class SleevesCalculator : ISleevesCaluculator
|
|||||||
}
|
}
|
||||||
|
|
||||||
return result
|
return result
|
||||||
.Where(kvp => kvp.Value != 0)
|
|
||||||
.ToDictionary(kvp =>
|
.ToDictionary(kvp =>
|
||||||
kvp.Key switch
|
kvp.Key switch
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user