lint/format

This commit is contained in:
Jon Staab
2024-10-10 17:15:20 -07:00
parent 597ebddf82
commit 46965f5945
12 changed files with 60 additions and 52 deletions
+1 -3
View File
@@ -22,8 +22,6 @@ import {
REACTION,
ZAP_RESPONSE,
DIRECT_MESSAGE,
EVENT_DATE,
EVENT_TIME,
getRelayTagValues,
isShareableRelayUrl,
getPubkeyTagValues,
@@ -216,7 +214,7 @@ export const deriveEventsForUrl = (url: string, kinds: number[]) =>
Array.from($tracker.getIds(url))
.map(id => repository.eventsById.get(id)!)
.filter(e => kinds.includes(e?.kind)),
)
),
)
// Membership