From fc66e8fce41199213edd9c48a3dbb0f7cb833be3 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Wed, 4 Nov 2020 02:16:59 +0100 Subject: [PATCH] Minor fix --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 360d106..1cfdf6b 100644 --- a/src/index.js +++ b/src/index.js @@ -45,6 +45,7 @@ const verify = async (uri, fingerprint, opts) => { } else { proofData = await serviceproviders.proxyRequestHandler(spData) } + if (proofData) { claimVerificationResult = claimVerification.run(proofData, spData)