mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
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
|
||||
usersOutput[i].claims = notations
|
||||
.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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue