Reference to wrong variable

This commit is contained in:
Yarmo Mackenbach 2021-04-30 16:20:10 +02:00
parent 2a502f2a42
commit e723378c7f
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -258,7 +258,7 @@ class Claim {
}
// Fail safe verification result
verificationResult = verificationResult ? verificationResult : {
this._verification = this._verification ? this._verification : {
result: false,
completed: true,
proof: {},