Commit 83b02e3c authored by Ruben Davila's avatar Ruben Davila

Remove duplicated method.

It was accidentally intropduced when doing a cherry-pick of a merge
request commit.
parent 5c159b0d
......@@ -153,8 +153,4 @@ class Projects::GitHttpClientController < Projects::ApplicationController
def verify_workhorse_api!
Gitlab::Workhorse.verify_api_request!(request.headers)
end
def verify_workhorse_api!
Gitlab::Workhorse.verify_api_request!(request.headers)
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment