From 2b4ee5017199fbb4c8e1a4adfc8370dd02fce0c6 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 18:24:27 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- server/notification-providers/nostr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {