diff --git a/src/lib/ParsingHelpers.cs b/src/lib/ParsingHelpers.cs index 43796d3..cac7a50 100644 --- a/src/lib/ParsingHelpers.cs +++ b/src/lib/ParsingHelpers.cs @@ -21,7 +21,7 @@ public static void ParseMap(JsonElement node, T permissionsDocument, FixedFie // Logs the unknown property. We can switch to additional properties model in the future if need be. Debug.WriteLine($"Skipped {element.Name}. The property is unknown."); } - }; + } } internal static List GetList(JsonElement v, Func load)