Both are really atoms

This commit is contained in:
Mark Felder 2020-11-27 16:32:32 -06:00
parent 4bdfcf1682
commit d4320e0daf
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ defmodule Mix.Tasks.Pleroma.Config do
)
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
|> Repo.all()
|> Enum.filter(fn x ->