[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-11 18:15:59 +00:00 committed by GitHub
parent a53701fcc4
commit eef6086608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ class Nostr extends NotificationProvider {
for (const recipientPublicKey of recipientsPublicKeys) {
const event = {
kind: 14, // NIP-17 private direct message
tags: [[ "p", recipientPublicKey ]],
tags: [["p", recipientPublicKey]],
content: msg,
};
const wrappedEvent = nip59.wrapEvent(event, senderPrivateKey, recipientPublicKey);