cli: Remove unused answer variable
Signed-off-by: Marcus Eide <eide@spotify.com>
This commit is contained in:
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',
|
||||
|
||||
Reference in New Issue
Block a user