mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 09:52:13 +00:00
mix format says no
This commit is contained in:
parent
d70fa16383
commit
d2cee15c15
|
@ -27,7 +27,7 @@ defmodule Pleroma.Workers.WorkerHelper do
|
|||
queue = Keyword.fetch!(opts, :queue)
|
||||
# by default just stop unintended duplicates - this can and should be overridden
|
||||
# if you want to have a more complex uniqueness constraint
|
||||
uniqueness = Keyword.get(opts, :unique, [period: 1])
|
||||
uniqueness = Keyword.get(opts, :unique, period: 1)
|
||||
|
||||
quote do
|
||||
# Note: `max_attempts` is intended to be overridden in `new/2` call
|
||||
|
|
Loading…
Reference in a new issue