mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
Fix typo
This commit is contained in:
committed by
fiatjaf_
parent
f1d315632c
commit
7d58705e9a
@@ -19,7 +19,7 @@ test('removing duplicates when subscribing', async () => {
|
||||
pool.subscribeMany(relays, [{ authors: [pub] }], {
|
||||
onevent(event: Event) {
|
||||
// this should be called only once even though we're listening
|
||||
// to multiple relays because the events will be catched and
|
||||
// to multiple relays because the events will be caught and
|
||||
// deduplicated efficiently (without even being parsed)
|
||||
received.push(event)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user