From d9ccc4c999233122c2ccf0bfeee27b8a8f51a7ae Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 30 Nov 2025 17:46:32 +0000 Subject: [PATCH] fix nit npm run check --- frontend/src/lib/components/ScriptEditor.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/lib/components/ScriptEditor.svelte b/frontend/src/lib/components/ScriptEditor.svelte index 78cf810eb1..e77d91ca63 100644 --- a/frontend/src/lib/components/ScriptEditor.svelte +++ b/frontend/src/lib/components/ScriptEditor.svelte @@ -126,7 +126,6 @@ }: Props = $props() let initialArgs = structuredClone($state.snapshot(args)) - let jsonEditor: JsonInputs | undefined = $state(undefined) let jsonView = $state(false) let schemaHeight = $state(0) @@ -725,7 +724,6 @@ data-schema-picker > { if (e.detail) { args = e.detail