remove debug variables
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline failed Details

This commit is contained in:
FloatingGhost 2022-12-29 17:51:00 +00:00
parent f7bf3907a6
commit afeb2bc124
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ defmodule Pleroma.Web.RelMe do
e -> nil
end
def maybe_put_rel_me(a, b) do
def maybe_put_rel_me(_, _) do
nil
end
end