From 18648f7be37154e065ef7d5f34f6577cf241bf1a Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Mon, 10 Jun 2024 10:00:58 -0300 Subject: [PATCH] fix(hydrate): return zaps_amount in gatherEventStats --- src/storages/hydrate.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storages/hydrate.ts b/src/storages/hydrate.ts index 9ec9e8c..3c26432 100644 --- a/src/storages/hydrate.ts +++ b/src/storages/hydrate.ts @@ -330,6 +330,7 @@ async function gatherEventStats(events: DittoEvent[]): Promise