1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +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:
Bartłomiej Dach 2024-02-14 13:21:37 +01:00
parent 8312f92b4e
commit 68247fa022
No known key found for this signature in database

View File

@ -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")]