mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix(zapController): remove not needed arguments
This commit is contained in:
parent
4be6fe004d
commit
0516fb6ce8
1 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue