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
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-31 03:07:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-31 03:07:46 +0300
commit6ac9f963e62db1a2c347517694b94bd86c1fb37f (patch)
tree7a35d62777b9a5a8e789865e78f971a07a01b874 /lib
parente690e4ea1fff57191fb1166e5022c2bcfe308c86 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r--lib/api/npm_group_packages.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/api/npm_group_packages.rb b/lib/api/npm_group_packages.rb
index 3a121677bcb..1aa3135b186 100644
--- a/lib/api/npm_group_packages.rb
+++ b/lib/api/npm_group_packages.rb
@@ -13,10 +13,6 @@ module API
end
end
- after_validation do
- not_found! unless Feature.enabled?(:npm_group_level_endpoints, group)
- end
-
params do
requires :id, types: [String, Integer], desc: 'The ID or URL-encoded path of the group'
end