Underscore unused variable

This commit is contained in:
FloatingGhost 2022-12-09 20:04:48 +00:00
parent dcf58a3c53
commit bc265bfd54

View file

@ -66,7 +66,7 @@ defmodule Pleroma.Config.DeprecationWarnings do
new_config = new_config =
Config.get([:mrf_simple]) Config.get([:mrf_simple])
|> Enum.filter(fn {k, v} -> not is_atom(v) end) |> Enum.filter(fn {_k, v} -> not is_atom(v) end)
|> Enum.map(fn {k, v} -> |> Enum.map(fn {k, v} ->
{k, {k,
Enum.map(v, fn Enum.map(v, fn