From 08a01ad270391f1375c3fb2664a6a4c4659257a2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 14 Aug 2023 18:55:49 -0700 Subject: [PATCH] chore: syntax --- lib/ash_oban.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ash_oban.ex b/lib/ash_oban.ex index e8fa2ba..7823f68 100644 --- a/lib/ash_oban.ex +++ b/lib/ash_oban.ex @@ -70,7 +70,7 @@ defmodule AshOban do transform: {Trigger, :transform, []}, entities: [ schedulers: @scheduler - ] + ], schema: [ name: [ type: :atom,