Skip to content

Commit

Permalink
change Reward.Image type from string to RewardImage
Browse files Browse the repository at this point in the history
  • Loading branch information
Syzuna committed Jul 10, 2021
1 parent 8184c4a commit e65f966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Reward
[JsonProperty(PropertyName = "is_sub_only")]
public bool IsSubOnly { get; protected set; }
[JsonProperty(PropertyName = "image")]
public string Image { get; protected set; }
public RedemptionImage Image { get; protected set; }
[JsonProperty(PropertyName = "default_image")]
public RedemptionImage DefaultImage { get; protected set; }
[JsonProperty(PropertyName = "background_color")]
Expand Down

0 comments on commit e65f966

Please sign in to comment.