From 5dca8d49507d58ca1652f0fd85dac58f404f7886 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 19 Sep 2024 21:57:59 -0500 Subject: [PATCH] pipeline: let ditto admin skip the policy --- src/pipeline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline.ts b/src/pipeline.ts index aaa6ca07..41ff0d64 100644 --- a/src/pipeline.ts +++ b/src/pipeline.ts @@ -48,7 +48,7 @@ async function handleEvent(event: DittoEvent, signal: AbortSignal): Promise