Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
673e8e3ac1
commit
9a9121805c
@ -58,7 +58,7 @@ defmodule Pleroma.Web.ConnCase do
|
|||||||
|
|
||||||
defp empty_json_response(conn) do
|
defp empty_json_response(conn) do
|
||||||
body = response(conn, 204)
|
body = response(conn, 204)
|
||||||
_ = response_content_type(conn, :json)
|
response_content_type(conn, :json)
|
||||||
|
|
||||||
body
|
body
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user