mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-17 05:24:22 +01:00
fix(zapController): remove not needed arguments
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user