mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
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 {
|
||||
isVerified: claimVerificationResult.isVerified,
|
||||
matchedServiceprovider: spData ? spData.serviceprovider.name : null,
|
||||
serviceproviderData: spData
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue