logo

pleroma

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

Dialyzer: The pattern variable _ 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 @@ -294,9 +294,6 @@ defmodule Pleroma.User.Backup do ) acc - - _ -> - acc end end)