Skip to content

Commit

Permalink
chore: remove unused code for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 14, 2024
1 parent de2f3bb commit 32eb04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/login/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { input, password, select } from '@inquirer/prompts'
import type { RegionCode } from '../../constants'
import { commands, regionNames, regions, regionsDomain } from '../../constants'
import { getProgram } from '../../program'
import { formatHeader, handleError, isRegion, konsola } from '../../utils'
import { handleError, isRegion, konsola } from '../../utils'
import { loginWithEmailAndPassword, loginWithOtp, loginWithToken } from './actions'

import { session } from '../../session'
Expand Down

0 comments on commit 32eb04b

Please sign in to comment.