forked from Mirrors/doipjs
Variable name change
This commit is contained in:
parent
2781ea49e6
commit
7be3c27397
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ const verify = async (uri, fingerprint, opts) => {
|
|||
return {
|
||||
isVerified: claimVerificationResult.isVerified,
|
||||
matchedServiceprovider: spData ? spData.serviceprovider.name : null,
|
||||
verificationData: spData
|
||||
serviceproviderData: spData
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue