We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f73401 commit a8ce788Copy full SHA for a8ce788
src/here-xyz.ts
@@ -3437,8 +3437,8 @@ async function showExistingApprovals(){
3437
message: "Please select your decision",
3438
choices: verdictList
3439
}];
3440
- const veridctAnswer: any = await inquirer.prompt(verdictSelectionPrompt);
3441
- const verdict = veridctAnswer.verdict;
+ const verdictAnswer: any = await inquirer.prompt(verdictSelectionPrompt);
+ const verdict = verdictAnswer.verdict;
3442
let urm;
3443
if(verdict === 'accept'){
3444
urm = await askSharingRightsQuestion();
0 commit comments