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:
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