[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-11 18:24:27 +00:00 committed by GitHub
parent 277ffd5db3
commit 2b4ee50171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ class Nostr extends NotificationProvider {
const event = {
kind: 14, // NIP-17 private direct message
created_at: createdAt,
tags: [[ "p", recipientPublicKey ]],
tags: [["p", recipientPublicKey]],
content: msg,
};
try {