Skip to content

Commit

Permalink
Remove duplicated job key
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale Ornelas committed Jan 28, 2021
1 parent f97f33e commit 97a0d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exq/support/process.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Exq.Support.Process do
@moduledoc """
Struct for in progress worker
"""
defstruct pid: nil, hostname: nil, job: nil, started_at: nil, concurrency: nil, job: nil, queues: nil
defstruct pid: nil, hostname: nil, started_at: nil, concurrency: nil, job: nil, queues: nil

alias Exq.Support.Config

Expand Down

0 comments on commit 97a0d00

Please sign in to comment.