mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 08:06:55 +00:00
Remove pattern that can never match
This commit is contained in:
parent
fa8de790df
commit
b854e3836f
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ defmodule Pleroma.Workers.PollWorker do
|
||||||
else
|
else
|
||||||
{:activity, nil} -> {:cancel, :poll_activity_not_found}
|
{:activity, nil} -> {:cancel, :poll_activity_not_found}
|
||||||
{:refetch, _} = e -> {:cancel, e}
|
{:refetch, _} = e -> {:cancel, e}
|
||||||
e -> {:error, e}
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue