mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +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")]
|
||||
public int VotesCount { get; set; }
|
||||
|
||||
[JsonProperty(@"commenatble_type")]
|
||||
[JsonProperty(@"commentable_type")]
|
||||
public string CommentableType { get; set; } = null!;
|
||||
|
||||
[JsonProperty(@"commentable_id")]
|
||||
|
Loading…
Reference in New Issue
Block a user