Skip to content

Commit

Permalink
Apply suggestion from @ioanmo226
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed May 15, 2023
1 parent ada3057 commit fa7159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key/key.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ class Key {

results.push(...signatures.map(
signature => ({
userID: user.userID ? user.userID.userID : null,
userID: user.userID?.userID,
userAttribute: user.userAttribute,
keyID: signature.keyID,
valid: signature.valid
Expand Down

0 comments on commit fa7159f

Please sign in to comment.