Skip to content

Commit

Permalink
Save registry space as per KSP-CKAN#2179
Browse files Browse the repository at this point in the history
  • Loading branch information
politas committed Nov 10, 2017
1 parent 0c78ced commit be7e402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Types/CkanModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public class CkanModule : IEquatable<CkanModule>
[JsonProperty("depends")]
public List<RelationshipDescriptor> depends;

[JsonProperty("replaced_by")]
[JsonProperty("replaced_by", NullValueHandling = NullValueHandling.Ignore)]
public RelationshipDescriptor replaced_by;

[JsonProperty("download")]
Expand Down

0 comments on commit be7e402

Please sign in to comment.