Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
lain 2020-08-11 09:08:27 +00:00
parent 673e8e3ac1
commit 9a9121805c

View file

@ -58,7 +58,7 @@ defmodule Pleroma.Web.ConnCase do
defp empty_json_response(conn) do
body = response(conn, 204)
_ = response_content_type(conn, :json)
response_content_type(conn, :json)
body
end