Skip to content

Commit a8ce788

Browse files
committed
fixing typo
Signed-off-by: Nisar, Naitik <naitik.nisar@here.com>
1 parent 8f73401 commit a8ce788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/here-xyz.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3437,8 +3437,8 @@ async function showExistingApprovals(){
34373437
message: "Please select your decision",
34383438
choices: verdictList
34393439
}];
3440-
const veridctAnswer: any = await inquirer.prompt(verdictSelectionPrompt);
3441-
const verdict = veridctAnswer.verdict;
3440+
const verdictAnswer: any = await inquirer.prompt(verdictSelectionPrompt);
3441+
const verdict = verdictAnswer.verdict;
34423442
let urm;
34433443
if(verdict === 'accept'){
34443444
urm = await askSharingRightsQuestion();

0 commit comments

Comments
 (0)