Browse Source

More compact representation

issue/2315-poll-notify
Mark Felder 3 years ago
parent
commit
9dfda37821
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      lib/mix/tasks/pleroma/config.ex

+ 1
- 3
lib/mix/tasks/pleroma/config.ex View File

@@ -344,9 +344,7 @@ defmodule Mix.Tasks.Pleroma.Config do
check_configdb(fn ->
group
|> Pleroma.ConfigDB.get_all_by_group()
|> Enum.each(fn config ->
Pleroma.ConfigDB.delete(%{group: config.group, key: config.key})
end)
|> Enum.each(&ConfigDB.delete/1)
end)
end



Loading…
Cancel
Save