From 8ee9ee9c0dc44a061a5e61e8ec43a5649ebbb598 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=8D=EF=B8=8F=20json.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/json.ts | 1 + 1 file changed, 1 insertion(+) 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) } } +