mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
Reference to wrong variable
This commit is contained in:
parent
2a502f2a42
commit
e723378c7f
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ class Claim {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fail safe verification result
|
// Fail safe verification result
|
||||||
verificationResult = verificationResult ? verificationResult : {
|
this._verification = this._verification ? this._verification : {
|
||||||
result: false,
|
result: false,
|
||||||
completed: true,
|
completed: true,
|
||||||
proof: {},
|
proof: {},
|
||||||
|
|
Loading…
Reference in a new issue