Skip to content

Commit

Permalink
inquirer working
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-john committed Jan 21, 2020
1 parent 095ac39 commit b80ec82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function init(){


while (team.hasMemberToAdd){
addMember('member', memberPrompt);
await addMember('member', memberPrompt);
}
}

Expand Down

0 comments on commit b80ec82

Please sign in to comment.