Skip to content

Commit

Permalink
fix @type error
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed Apr 3, 2022
1 parent be10dab commit bbfd442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/odd_job/pool/worker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule OddJob.Pool.Worker do
id: non_neg_integer,
pool: atom,
queue_pid: pid,
queue_name: OddJob.Queue.queue_name()
queue_name: OddJob.Queue.queue()
}

@type job :: OddJob.Job.t()
Expand Down

0 comments on commit bbfd442

Please sign in to comment.