logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 06d6febff960e5aafd44709d0a61311b45892a81
parent 7eb579c1911f2eac175c2030f6bb80685b4ab4f8
Author: Mark Felder <feld@feld.me>
Date:   Fri,  6 Sep 2024 11:19:24 -0400

Dialyzer: The pattern variable _e@1 can never match the type, because it is covered by previous clauses.

Diffstat:

Mlib/pleroma/user/backup.ex3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/lib/pleroma/user/backup.ex b/lib/pleroma/user/backup.ex @@ -92,9 +92,6 @@ defmodule Pleroma.User.Backup do else true -> {:error, "Backup is missing id. Please insert it into the Repo first."} - - e -> - {:error, e} end end