Skip to content

Commit b12d7cf

Browse files
committed
fix: eslint error
1 parent 1d50b01 commit b12d7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/circle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const circleConfig = {
3333
},
3434
};
3535

36-
function getUserInput(info) {
36+
function getUserInput(/* info */) {
3737
return inquirer.prompt([
3838
{
3939
type: 'input',

0 commit comments

Comments
 (0)