From 5ec02c428aabccc1c2eabfade3fe4a1fc31bc384 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 18 Jun 2024 21:39:10 -0400 Subject: [PATCH] Update persist_event.ex --- lib/persist_event.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/persist_event.ex b/lib/persist_event.ex index de5b84b..978fbf1 100644 --- a/lib/persist_event.ex +++ b/lib/persist_event.ex @@ -30,7 +30,7 @@ defmodule AshEvents.PersistEvent do input: input.params, resource: input.resource, action: opts[:action], - processed: true + processed: false }, actor: Ash.Context.to_opts(context), domain: input.domain