forked from Mirrors/doipjs
Fix typo
This commit is contained in:
parent
f6338bbfac
commit
0e6c0574b9
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ exports.process = (publicKey) => {
|
||||||
const notations = selfCertification.rawNotations
|
const notations = selfCertification.rawNotations
|
||||||
usersOutput[i].claims = notations
|
usersOutput[i].claims = notations
|
||||||
.filter(({ name, humanReadable }) => humanReadable && name === 'proof@metacode.biz')
|
.filter(({ name, humanReadable }) => humanReadable && name === 'proof@metacode.biz')
|
||||||
.map(({ value }) => new Claim(openpgp.util.decode_utf8(value)), fingerprint)
|
.map(({ value }) => new Claim(openpgp.util.decode_utf8(value), fingerprint))
|
||||||
|
|
||||||
usersOutput[i].userData.isRevoked = selfCertification.revoked
|
usersOutput[i].userData.isRevoked = selfCertification.revoked
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue