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 @@ defp configdb_not_enabled 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 ->