.subscribe() is not async.

This commit is contained in:
fiatjaf
2023-12-19 10:22:29 -03:00
parent 8840c4d8e2
commit 71b412657f
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ test('listening and publishing and closing', async () => {
}),
])
let sub = await relay.subscribe(
let sub = relay.subscribe(
[
{
kinds: [23571],