refactor: pass abort signal in hydrateRepostEvents

This commit is contained in:
P. Reis 2024-04-15 17:12:06 -03:00
parent 6248272243
commit a993051439
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ async function hydrateRepostEvents(opts: Omit<HydrateEventOpts, 'relations'>): P
} }
return event.id; return event.id;
}), }),
}]); }], { signal });
for (const event of events) { for (const event of events) {
if (event.kind === 6) { if (event.kind === 6) {