From f581dcbcfb4a219e184097f872db7b2b9b6e32fa Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Fri, 18 Oct 2024 14:35:30 -0300 Subject: [PATCH] fix(hydrate): make gatherAuthors() function async --- src/storages/hydrate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storages/hydrate.ts b/src/storages/hydrate.ts index 15af9e18..7f5c8125 100644 --- a/src/storages/hydrate.ts +++ b/src/storages/hydrate.ts @@ -226,7 +226,7 @@ function gatherQuotes({ events, store, signal }: HydrateOpts): Promise { +async function gatherAuthors({ events, store, signal }: HydrateOpts): Promise { const pubkeys = new Set(); for (const event of events) {