Dialyzer: The pattern variable _e@1 can never match the type, because it is covered by previous clauses.
This commit is contained in:
parent
7eb579c191
commit
06d6febff9
1 changed files with 0 additions and 3 deletions
|
@ -92,9 +92,6 @@ def schedule_backup(backup) do
|
|||
else
|
||||
true ->
|
||||
{:error, "Backup is missing id. Please insert it into the Repo first."}
|
||||
|
||||
e ->
|
||||
{:error, e}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue