diff --git a/src/utils/json.ts b/src/utils/json.ts index 2cfc67b..ce5d012 100644 --- a/src/utils/json.ts +++ b/src/utils/json.ts @@ -275,3 +275,4 @@ export function addItemToJSONCArray(content: string, newItem: unknown): string { return jsonStringify([newItem], null, 4) } } +