mirror of https://github.com/ppy/osu
Match field NRT annotation in ctor argument
This commit is contained in:
parent
1f2f522a1e
commit
8fdd599b39
|
@ -18,7 +18,7 @@ public partial class ChangelogListing : ChangelogContent
|
||||||
{
|
{
|
||||||
private readonly List<APIChangelogBuild>? entries;
|
private readonly List<APIChangelogBuild>? entries;
|
||||||
|
|
||||||
public ChangelogListing(List<APIChangelogBuild> entries)
|
public ChangelogListing(List<APIChangelogBuild>? entries)
|
||||||
{
|
{
|
||||||
this.entries = entries;
|
this.entries = entries;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue