Fix minor nested json issue (#398)

This commit is contained in:
HeroponRikiBestest
2025-12-02 10:15:39 -07:00
committed by GitHub
parent c2368661cb
commit 973b0118b6

View File

@@ -345,6 +345,7 @@ namespace ProtectionScan.Features
if (pathParts.Length == 0)
{
modifyNodeList.Add((dict, path, protections));
dict[path] = new Dictionary<string, object>();
return;
}