We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d5884 commit f441147Copy full SHA for f441147
lib/srh/http/content_type_check_plug.ex
@@ -31,7 +31,7 @@ defmodule Srh.Http.ContentTypeCheckPlug do
31
conn
32
33
# Either missing, or a type that we don't support
34
- other ->
+ _ ->
35
# Return a custom error, ensuring the same format as the other errors
36
37
|> put_resp_content_type("application/json")
0 commit comments