diff --git a/lib/inngest/function/step.ex b/lib/inngest/function/step.ex index cab1e71..afc3416 100644 --- a/lib/inngest/function/step.ex +++ b/lib/inngest/function/step.ex @@ -7,8 +7,6 @@ defmodule Inngest.Function.Step do defstruct [ :id, :name, - :step_type, - :tags, :mod, :runtime, :retries, @@ -18,9 +16,7 @@ defmodule Inngest.Function.Step do @type t() :: %__MODULE__{ id: atom(), name: binary(), - step_type: atom(), opts: map(), - tags: map(), mod: module(), runtime: RunTime, retries: Retry