Skip to content

Commit f441147

Browse files
committed
Remove unused variable
1 parent 21d5884 commit f441147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/srh/http/content_type_check_plug.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule Srh.Http.ContentTypeCheckPlug do
3131
conn
3232

3333
# Either missing, or a type that we don't support
34-
other ->
34+
_ ->
3535
# Return a custom error, ensuring the same format as the other errors
3636
conn
3737
|> put_resp_content_type("application/json")

0 commit comments

Comments
 (0)