mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Fix typo in json property name
Would cause the mapper badge to never actually be shown in the real world.
This commit is contained in:
parent
8312f92b4e
commit
68247fa022
@ -33,7 +33,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
|||||||
[JsonProperty(@"votes_count")]
|
[JsonProperty(@"votes_count")]
|
||||||
public int VotesCount { get; set; }
|
public int VotesCount { get; set; }
|
||||||
|
|
||||||
[JsonProperty(@"commenatble_type")]
|
[JsonProperty(@"commentable_type")]
|
||||||
public string CommentableType { get; set; } = null!;
|
public string CommentableType { get; set; } = null!;
|
||||||
|
|
||||||
[JsonProperty(@"commentable_id")]
|
[JsonProperty(@"commentable_id")]
|
||||||
|
Loading…
Reference in New Issue
Block a user