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 Dec 23, 2017
1 parent 9265498 commit bee216b
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 @@ -172,7 +172,7 @@ public class CkanModule : IEquatable<CkanModule>
[JsonProperty("depends", NullValueHandling = NullValueHandling.Ignore)]
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 bee216b

Please sign in to comment.