mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -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
|
||||
verificationResult = verificationResult ? verificationResult : {
|
||||
this._verification = this._verification ? this._verification : {
|
||||
result: false,
|
||||
completed: true,
|
||||
proof: {},
|
||||
|
|
Loading…
Reference in a new issue