mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Remove accidental partial modifier in APIChangelog
This commit is contained in:
parent
c7669b2128
commit
1b3010a1b5
@ -85,7 +85,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
|||||||
public GithubUser GithubUser { get; set; }
|
public GithubUser GithubUser { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public partial class GithubUser
|
public class GithubUser
|
||||||
{
|
{
|
||||||
[JsonProperty("id")]
|
[JsonProperty("id")]
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user