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

Commit 7ff8675

Browse files
committed
lint
1 parent 4923c7d commit 7ff8675

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
@@ -23,7 +23,7 @@ class BaseCommand extends Command {
2323
async init(err) {
2424
const projectRoot = findRoot(process.cwd())
2525
// Grab netlify API token
26-
const [ token, location ] = this.getConfigToken()
26+
const [ token ] = this.getConfigToken()
2727
// Get site config from netlify.toml
2828
const configPath = getConfigPath(projectRoot)
2929
// TODO: https://github.com/request/caseless to handle key casing issues

0 commit comments

Comments
 (0)