forked from AkkomaGang/akkoma
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
673e8e3ac1
commit
9a9121805c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ defp request_content_type(%{conn: conn}) 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 a new issue