From 4573f252fe21a042e769a303bba8b2e7f3aa1c14 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Wed, 8 Jan 2025 16:06:45 +0100 Subject: [PATCH] fix: clean linter --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 0a7924b..1633740 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,7 +9,6 @@ import './commands/logout' import './commands/user' import './commands/pull-languages' -import { loginWithToken } from './commands/login/actions' import { session } from './session' dotenv.config() // This will load variables from .env into process.env @@ -32,7 +31,7 @@ program.command('test').action(async () => { konsola.title(`Test`, '#8556D3', 'Attempting a test...') const verbose = program.opts().verbose try { - const { state, updateSession, persistCredentials, initializeSession } = session() + const { state, initializeSession } = session() await initializeSession()