mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-21 23:56:30 +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
|
||||
{:activity, nil} -> {:cancel, :poll_activity_not_found}
|
||||
{:refetch, _} = e -> {:cancel, e}
|
||||
e -> {:error, e}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue