chore: fix linting error

This commit is contained in:
Johann Schopplich
2025-11-10 14:34:13 +01:00
parent 1837007048
commit 1c74f09177

View File

@@ -57,7 +57,6 @@ export function expandPathsSafe(value: JsonValue, strict: boolean): JsonValue {
const quotedKeys = (value as ObjectWithQuotedKeys)[QUOTED_KEY_MARKER] const quotedKeys = (value as ObjectWithQuotedKeys)[QUOTED_KEY_MARKER]
for (const [key, keyValue] of Object.entries(value)) { for (const [key, keyValue] of Object.entries(value)) {
// Skip expansion for keys that were originally quoted // Skip expansion for keys that were originally quoted
const isQuoted = quotedKeys?.has(key) const isQuoted = quotedKeys?.has(key)