We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e36d4 commit d4b49d2Copy full SHA for d4b49d2
BunqSdk/Json/BunqContractResolver.cs
@@ -40,10 +40,7 @@ public BunqContractResolver(IReadOnlyCollection<Type> typesToExclude=null)
40
41
foreach (var type in typesToExclude)
42
{
43
- if (converterRegistry.ContainsKey(type))
44
- {
45
- converterRegistry.Remove(type);
46
- }
+ converterRegistry.Remove(type);
47
}
48
49
0 commit comments