Skip to content

Commit

Permalink
fix: clean linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jan 8, 2025
1 parent d3ed9ed commit 4573f25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()

Expand Down

0 comments on commit 4573f25

Please sign in to comment.