From da9a05b28342bacd4755ab2fa96831e1e8b774d7 Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 8 Aug 2024 09:49:59 +0200 Subject: [PATCH] chore: clean templateConfig type --- src/lib/wizards/functions/store.ts | 1 - 1 file changed, 1 deletion(-) 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[]; }>();