diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-14 16:07:37 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-14 16:07:37 +0000 |
commit | e455ca3f3eee74db0b1e60550acf53bea915be3b (patch) | |
tree | f8cd57de8a86433f6d1184940836163c84849c3a /lib/pleroma/docs/json.ex | |
parent | 4157c459b8f7ef1c4203338f2fae34aa18c77933 (diff) | |
parent | 80308c5c262662084dc89de05e976e7166cbb304 (diff) | |
download | pleroma-e455ca3f3eee74db0b1e60550acf53bea915be3b.tar.gz |
Merge branch 'feature/database-configuration-whitelist' into 'develop'
Database configuration whitelist
See merge request pleroma/pleroma!2522
Diffstat (limited to 'lib/pleroma/docs/json.ex')
-rw-r--r-- | lib/pleroma/docs/json.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/docs/json.ex b/lib/pleroma/docs/json.ex index 74f8b2615..d1cf1f487 100644 --- a/lib/pleroma/docs/json.ex +++ b/lib/pleroma/docs/json.ex @@ -18,7 +18,6 @@ defmodule Pleroma.Docs.JSON do with config <- Pleroma.Config.Loader.read("config/description.exs") do config[:pleroma][:config_description] |> Pleroma.Docs.Generator.convert_to_strings() - |> Jason.encode!() end end end |