diff --git a/server/notification-providers/nostr.js b/server/notification-providers/nostr.js index 7ed1416eb..1dc1e0897 100644 --- a/server/notification-providers/nostr.js +++ b/server/notification-providers/nostr.js @@ -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 {