Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit bbc87f7

Browse files
committed
lint (╯°□°)╯︵ ┻━┻
1 parent 7ff8675 commit bbc87f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class BaseCommand extends Command {
8888
}
8989

9090
async authenticate(tokenFromFlag) {
91-
const [ token, location ] = this.getConfigToken(tokenFromFlag)
91+
const [ token ] = this.getConfigToken(tokenFromFlag)
9292
if (!token) {
9393
return this.expensivelyAuthenticate()
9494
} else {

0 commit comments

Comments
 (0)