mirror of
https://github.com/ppy/osu
synced 2025-01-24 14:53:18 +00:00
fix incorrect json property
This commit is contained in:
parent
cf2a9db8e0
commit
093359c13b
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user