forked from AkkomaGang/akkoma
Both are really atoms
This commit is contained in:
parent
4bdfcf1682
commit
d4320e0daf
1 changed files with 1 additions and 1 deletions
|
@ -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 ->
|
||||
|
|
Loading…
Reference in a new issue