Dialyzer fix for RemoteFetcherWorker
This commit is contained in:
parent
b4c5cc39f6
commit
c05cbaa937
3 changed files with 3 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ defmodule Pleroma.Workers.RemoteFetcherWorker do
|
|||
{:ok, _object} ->
|
||||
:ok
|
||||
|
||||
{:rejected, reason} ->
|
||||
{:reject, reason} ->
|
||||
{:cancel, reason}
|
||||
|
||||
{:error, :forbidden} ->
|
||||
|
|
@ -27,9 +27,6 @@ defmodule Pleroma.Workers.RemoteFetcherWorker do
|
|||
|
||||
{:error, _} = e ->
|
||||
e
|
||||
|
||||
e ->
|
||||
{:error, e}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue