1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

fix incorrect json property

This commit is contained in:
Andrei Zavatski 2019-08-09 11:19:14 +03:00
parent cf2a9db8e0
commit 093359c13b

View File

@ -11,7 +11,7 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty("id")]
public int ID;
[JsonProperty("createdAt")]
[JsonProperty("created_at")]
public DateTimeOffset CreatedAt;
[JsonProperty("amount")]