Commit dbd7e171 authored by Yorick Peterse's avatar Yorick Peterse

Remove redundant query whitelisting

This removes a redunant query limit whitelisting rule from the Groups
API. This can be removed because another entry exists a few lines down.
parent ba205104
......@@ -210,8 +210,6 @@ module API
desc 'Remove a group.'
delete ":id" do
Gitlab::QueryLimiting.whitelist('https://gitlab.com/gitlab-org/gitlab-ee/issues/4795')
group = find_group!(params[:id])
authorize! :admin_group, group
......
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