From: Mark Felder Date: Fri, 27 Nov 2020 22:32:32 +0000 (-0600) Subject: Both are really atoms X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d4320e0daf7c732ba2c791cae697dea27c4919d2;p=akkoma Both are really atoms --- diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex index 7ab15e60b..a7c307f77 100644 --- a/lib/mix/tasks/pleroma/config.ex +++ b/lib/mix/tasks/pleroma/config.ex @@ -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 ->