We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fe864b + 417531a commit b3197dcCopy full SHA for b3197dc
1 file changed
apps/verification/src/verification.service.ts
@@ -781,12 +781,8 @@ export class VerificationService {
781
const requestedAttributesForPresentationExchangeFormat = descriptor?.constraints?.fields[0]?.path;
782
783
const verifiableCredential = verifiableCredentials[index]?.credentialSubject;
784
-
785
- if (getProofPresentationById?.response) {
786
- certificate =
787
- getProofPresentationById?.presentation?.presentationExchange?.verifiableCredential[0].prettyVc
788
- ?.certificate;
789
- }
+ certificate =
+ getProofPresentationById?.presentation?.presentationExchange?.verifiableCredential[0].prettyVc?.certificate;
790
791
if (
792
requestedAttributesForPresentationExchangeFormat &&
0 commit comments