From 8c3e16fd41c3779cd965a478e2998182084bc143 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 17 Jun 2024 16:29:52 -0500 Subject: [PATCH] Ignore repetitive error message --- src/pipeline.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pipeline.ts b/src/pipeline.ts index de507ecd..afbad7b5 100644 --- a/src/pipeline.ts +++ b/src/pipeline.ts @@ -126,6 +126,8 @@ async function storeEvent(event: DittoEvent, signal?: AbortSignal): Promise