diff --git a/src/lib/wizards/functions/store.ts b/src/lib/wizards/functions/store.ts index 04e20702d..9600fb86e 100644 --- a/src/lib/wizards/functions/store.ts +++ b/src/lib/wizards/functions/store.ts @@ -14,7 +14,6 @@ export const templateConfig = writable<{ repositoryName?: string; repositoryPrivate?: boolean; repositoryId: string; - generateKey?: boolean; execute?: boolean; scopes?: string[]; }>();