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 209590e commit 755b52dCopy full SHA for 755b52d
lib/opencov/plug/multipart_job.ex
@@ -38,7 +38,7 @@ defmodule Librecov.Plug.MultipartJob do
38
|> put_parsed_job(json)
39
end
40
41
- def handle(content_type, conn) do
+ def handle(_content_type, conn) do
42
conn
43
44
0 commit comments