mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 23:22:55 +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 partial class GithubUser
|
||||
public class GithubUser
|
||||
{
|
||||
[JsonProperty("id")]
|
||||
public long Id { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user