⚙️ 🎬 ConfigTool.ts

This commit is contained in:
nirholas
2026-03-31 10:24:00 +00:00
parent 41cbcd2026
commit c42645ebb1

View File

@@ -465,3 +465,4 @@ function buildNestedObject(
} }
return { [key]: buildNestedObject(path.slice(1), value) } return { [key]: buildNestedObject(path.slice(1), value) }
} }