mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: remove comment
This commit is contained in:
parent
efceee505a
commit
cde091132e
1 changed files with 1 additions and 2 deletions
|
|
@ -539,8 +539,7 @@ export const swapNutzapsToWalletController: AppController = async (c) => {
|
||||||
return c.json({ error: 'You do not have any mints in your nutzap information event.' }, 400);
|
return c.json({ error: 'You do not have any mints in your nutzap information event.' }, 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
//const nutzapsFilter: NostrFilter = { kinds: [9321], '#p': [pubkey], '#u': mints };
|
const nutzapsFilter: NostrFilter = { kinds: [9321], '#p': [pubkey], '#u': mints }; // TODO: index 'u' tags
|
||||||
const nutzapsFilter: NostrFilter = { kinds: [9321], '#p': [pubkey] };
|
|
||||||
|
|
||||||
const [nutzapHistory] = await store.query([{ kinds: [7376], authors: [pubkey] }], { signal });
|
const [nutzapHistory] = await store.query([{ kinds: [7376], authors: [pubkey] }], { signal });
|
||||||
if (nutzapHistory) {
|
if (nutzapHistory) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue