Fluxio data none in dict values
Compare changes
@@ -19,7 +19,13 @@ class FluxioDataAronConverter:
@@ -39,13 +45,19 @@ class FluxioDataAronConverter:
This will fix an issue where the conversion would fail when a skill contains an object with a value that is null.
The problem was the dict conversion that allowed keys with null for their value. Now we won't convert this key value pair; it will not appear in the converted dict.