Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Jul 29, 2024
1 parent 695aac1 commit 6e3a182
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TwitchDownloaderCore/TwitchObjects/ChatRoot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ public class LegacyEmbedChatBadge
{
public string name { get; set; }
public Dictionary<string, byte[]> versions { get; set; }
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, string> urls { get; set; }
}

[DebuggerDisplay("{prefix}")]
Expand Down

0 comments on commit 6e3a182

Please sign in to comment.