Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 22, 2019
1 parent 1d50b01 commit ab66b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/circle.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const circleConfig = {
},
};

function getUserInput(info) {
function getUserInput(info) { // eslint-disable-line no-unused-vars
return inquirer.prompt([
{
type: 'input',
Expand Down

0 comments on commit ab66b7d

Please sign in to comment.