Skip to content

Commit

Permalink
outContent
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Dec 30, 2024
1 parent f79ff42 commit 2e5f0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneMore/Models/PageSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal sealed class PageSchema
"Postion", "Size", "Meta", "Indents"
};

public string[] OutContent => outContent ?? new string[]
public string[] OutContent => outContent ??= new string[]
{
"OEChildren"
};
Expand Down

0 comments on commit 2e5f0b9

Please sign in to comment.