From 0516fb6ce8cd6c8b6ad4aa36a41db00dabbb6aa6 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Fri, 18 Oct 2024 14:08:47 -0300 Subject: [PATCH] fix(zapController): remove not needed arguments --- src/controllers/api/statuses.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/statuses.ts b/src/controllers/api/statuses.ts index 19907895..e32509cc 100644 --- a/src/controllers/api/statuses.ts +++ b/src/controllers/api/statuses.ts @@ -560,7 +560,7 @@ const zapController: AppController = async (c) => { lnurl = getLnurl(meta); if (target && lnurl) { tags.push( - ['e', target.id, Conf.relay, '', target.pubkey], + ['e', target.id, Conf.relay], ['p', target.pubkey, Conf.relay], ['amount', amount.toString()], ['relays', Conf.relay],