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
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ defp request_content_type(%{conn: conn}) do
defp empty_json_response(conn) do
body = response(conn, 204)
_ = response_content_type(conn, :json)
response_content_type(conn, :json)
body
end