Skip to content

Commit

Permalink
chore: fix to get multi-vp working
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Sep 30, 2024
1 parent 644d9d6 commit 4a1bc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evaluation/evaluationClientWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ export class EvaluationClientWrapper {

if (presentationSubmissionLocation === PresentationSubmissionLocation.EXTERNAL) {
if (descriptor.path_nested) {
const extractionResult = this.extractWrappedVcFromWrappedVp(descriptor, descriptorIndex.toString(), vp);
const extractionResult = this.extractWrappedVcFromWrappedVp(descriptor.path_nested, descriptorIndex.toString(), vp);
if (extractionResult.error) {
result.areRequiredCredentialsPresent = Status.ERROR;
result.errors?.push(extractionResult.error);
Expand Down

0 comments on commit 4a1bc26

Please sign in to comment.