We don't need endorsements and they're encoded strangely

This commit is contained in:
Timothy Baldridge 2022-01-20 08:01:23 -07:00
parent ce29a02cf3
commit 5fc8515e12

View File

@ -74,5 +74,5 @@ public class ModInfo
[JsonPropertyName("user")] public User User { get; set; } = new();
[JsonPropertyName("endorsement")] public Endorsement Endorsement { get; set; } = new();
//[JsonPropertyName("endorsement")] public Endorsement Endorsement { get; set; } = new();
}