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,