Browse Source

Tweak to PolymorphicConverter

Kenric Nugteren 2 weeks ago
parent
commit
e22ff8379d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      prs.stores/Events/Event.cs

+ 0 - 1
prs.stores/Events/Event.cs

@@ -70,7 +70,6 @@ public static class EventUtils
                 Serialization.WritablePropertiesOnly
             }
         };
-        settings.Converters.Add(new PolymorphicConverter());
         return settings;
     }