Merge branch 'develop' into 'remove-twitter-api'
[akkoma] / lib / pleroma / docs / json.ex
index 74f8b261507e0c8db343ac01eeccbc53b08060cf..d1cf1f487b447ae994f982dd5359c1211402a1d4 100644 (file)
@@ -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