Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Jul 6, 2020
1 parent 2babbc3 commit 41b84c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exq/dequeue/local.ex
Expand Up @@ -6,7 +6,7 @@ defmodule Exq.Dequeue.Local do
end

@impl true
def init(%{queue: queue}, options) do
def init(_, options) do
{:ok, %State{max: Keyword.fetch!(options, :concurrency)}}
end

Expand Down

0 comments on commit 41b84c8

Please sign in to comment.