Skip to content

Commit

Permalink
feat: remove default selection of orderer and peer
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha920 committed Jan 3, 2025
1 parent 9f8245d commit 6a3c9ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,11 @@
{
"id": "select-peer",
"description": "Which peer do you want to use?",
"default": "default",
"type": "promptString"
},
{
"id": "select-orderer",
"description": "Which orderer do you want to use?",
"default": "default",
"type": "promptString"
},
{
Expand Down

0 comments on commit 6a3c9ea

Please sign in to comment.