Move console.info from firehose to pipeline

This commit is contained in:
Alex Gleason
2023-12-22 10:24:14 -06:00
parent 58b12ae462
commit 6d6e3bcecc
2 changed files with 1 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ import type { EventData } from '@/types.ts';
async function handleEvent(event: Event): Promise<void> {
if (!(await verifySignatureWorker(event))) return;
if (encounterEvent(event)) return;
console.info(`pipeline: Event<${event.kind}> ${event.id}`);
const data = await getEventData(event);
await Promise.all([