Skip to content

Commit 3b34d38

Browse files
author
Zac Brown
committed
Remove Score from derived class.
Signed-off-by: Zac Brown <[email protected]>
1 parent fcb249c commit 3b34d38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

RedditSharp/Things/Post.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ public Comment[] Comments
107107
[JsonConverter(typeof(UrlParser))]
108108
public Uri Permalink { get; set; }
109109

110-
[JsonProperty("score")]
111-
public new int Score { get; set; }
112-
113110
[JsonProperty("selftext")]
114111
public string SelfText { get; set; }
115112

0 commit comments

Comments
 (0)