mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 00:28:51 +00:00
.subscribe() is not async.
This commit is contained in:
@@ -71,7 +71,7 @@ test('listening and publishing and closing', async () => {
|
||||
}),
|
||||
])
|
||||
|
||||
let sub = await relay.subscribe(
|
||||
let sub = relay.subscribe(
|
||||
[
|
||||
{
|
||||
kinds: [23571],
|
||||
|
||||
Reference in New Issue
Block a user