Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Sep 24, 2024
1 parent ac1f4fe commit 97c59fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/evaluation/evaluationClientWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ export class EvaluationClientWrapper {
originalVc = Array.isArray(vcResult.value.verifiableCredential)
? vcResult.value.verifiableCredential[0]
: vcResult.value.verifiableCredential;
// FIXME this may be too lenient
} else if ('vp' in vcResult.value) {
originalVc = Array.isArray(vcResult.value.vp.verifiableCredential)
? vcResult.value.vp.verifiableCredential[0]
Expand Down

0 comments on commit 97c59fd

Please sign in to comment.