Skip to content

Commit

Permalink
remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Nov 3, 2023
1 parent 835e6c9 commit fd726b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/inngest/function/step.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ defmodule Inngest.Function.Step do
defstruct [
:id,
:name,
:step_type,
:tags,
:mod,
:runtime,
:retries,
Expand All @@ -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
Expand Down

0 comments on commit fd726b3

Please sign in to comment.