forked from Mirrors/doipjs
Removed unused variable
This commit is contained in:
parent
2935e0b088
commit
d2f03d9bde
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ const verify = async (uri, fingerprint, opts) => {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
isVerified: claimVerificationResult.isVerified,
|
isVerified: claimVerificationResult.isVerified,
|
||||||
matchedServiceprovider: spData ? spData.serviceprovider.name : null,
|
|
||||||
serviceproviderData: spData
|
serviceproviderData: spData
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue