Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Lopez <fjlopez@gitlab.com>2017-11-07 18:13:00 +0300
committerFrancisco Lopez <fjlopez@gitlab.com>2017-11-17 12:00:48 +0300
commit470b5dc32633cd4ec873e655ac6a70011c835e17 (patch)
tree7cf6a5df4e76b9ff00d323390cd41260aabdb9a3 /lib/api/api_guard.rb
parentc491b9505ad9992b1e939c9ba858db9d4f8cc090 (diff)
Updated refactor and pushing to see if test fails
Diffstat (limited to 'lib/api/api_guard.rb')
-rw-r--r--lib/api/api_guard.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/api/api_guard.rb b/lib/api/api_guard.rb
index 0a93e71858e..66ad2b77f75 100644
--- a/lib/api/api_guard.rb
+++ b/lib/api/api_guard.rb
@@ -72,8 +72,6 @@ module API
end
end
- private
-
def raise_unauthorized_error!
raise UnauthorizedError
end