cli: Remove unused answer variable

Signed-off-by: Marcus Eide <eide@spotify.com>
This commit is contained in:
Marcus Eide
2023-02-22 10:46:25 +01:00
committed by Philipp Hugenroth
parent 284810a0a1
commit ff8bffb063
@@ -21,7 +21,6 @@ import { auth } from './auth';
export async function command(): Promise<void> {
const answers = await inquirer.prompt<{
shouldSetupAuth: boolean;
provider?: string;
}>([
{
type: 'confirm',