1
0
Fork 1
mirror of https://codeberg.org/keyoxide/doipjs.git synced 2025-04-22 06:11:32 -06:00

Minor fix

This commit is contained in:
Yarmo Mackenbach 2020-11-04 02:16:59 +01:00
parent 443e1f3a5a
commit fc66e8fce4

View file

@ -45,6 +45,7 @@ const verify = async (uri, fingerprint, opts) => {
} else {
proofData = await serviceproviders.proxyRequestHandler(spData)
}
if (proofData) {
claimVerificationResult = claimVerification.run(proofData, spData)