mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
chore: fix linting error
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user