mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
fix incorrect json property
This commit is contained in:
@ -11,7 +11,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
|||||||
[JsonProperty("id")]
|
[JsonProperty("id")]
|
||||||
public int ID;
|
public int ID;
|
||||||
|
|
||||||
[JsonProperty("createdAt")]
|
[JsonProperty("created_at")]
|
||||||
public DateTimeOffset CreatedAt;
|
public DateTimeOffset CreatedAt;
|
||||||
|
|
||||||
[JsonProperty("amount")]
|
[JsonProperty("amount")]
|
||||||
|
Reference in New Issue
Block a user