Both are really atoms

This commit is contained in:
Mark Felder 2020-11-27 16:32:32 -06:00
parent 4bdfcf1682
commit d4320e0daf

View file

@ -337,7 +337,7 @@ defmodule Mix.Tasks.Pleroma.Config do
) )
end end
defp dump_key(group, key) when is_atom(group) and is_atom(key) do defp dump_key(group, key) when is_atom(group) and is_atom(key) do
ConfigDB ConfigDB
|> Repo.all() |> Repo.all()
|> Enum.filter(fn x -> |> Enum.filter(fn x ->