From 725fa74c691d6b854f4d0d333a3098a10dba46a3 Mon Sep 17 00:00:00 2001 From: Sylvia Crowe Date: Fri, 24 Jan 2025 15:20:35 -0800 Subject: [PATCH] fix: cleanup gotypes.d.ts extra type An earlier commit was pushed without running task generate to clear out the frontend. This fixes that to bring the backend and frontend in sync. --- frontend/types/gotypes.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/types/gotypes.d.ts b/frontend/types/gotypes.d.ts index 4b71dfcd59..41423efb28 100644 --- a/frontend/types/gotypes.d.ts +++ b/frontend/types/gotypes.d.ts @@ -296,7 +296,6 @@ declare global { type ConnKeywords = { "conn:wshenabled"?: boolean; "conn:askbeforewshinstall"?: boolean; - "conn:overrideconfig"?: boolean; "conn:wshpath"?: string; "conn:shellpath"?: string; "conn:ignoresshconfig"?: boolean;