Skip to content

Commit

Permalink
Run failing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Dec 5, 2023
1 parent adfbf97 commit a53c71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function makeEncryptionFormat() {
return dmEncryptionKey(opts.keys, recp)
} else if (isGroupId(recp) && keyring.group.has(recp)) {
return keyring.group.get(recp).writeKey
} else if (isPoBoxId(recp)) {
} else if (isPoBoxId(recp) && keyring.poBox.has(recp)) {
return easyPoBoxKey(recp)
} else throw new Error('Unsupported recipient: ' + recp)
})
Expand Down

0 comments on commit a53c71d

Please sign in to comment.