Skip to content

Commit a08a5d1

Browse files
authored
fix: cleanup gotypes.d.ts extra type (#1846)
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.
1 parent f9354fb commit a08a5d1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/types/gotypes.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ declare global {
296296
type ConnKeywords = {
297297
"conn:wshenabled"?: boolean;
298298
"conn:askbeforewshinstall"?: boolean;
299-
"conn:overrideconfig"?: boolean;
300299
"conn:wshpath"?: string;
301300
"conn:shellpath"?: string;
302301
"conn:ignoresshconfig"?: boolean;

0 commit comments

Comments
 (0)