Commit 9c6760aa authored by Nick Nguyen's avatar Nick Nguyen

Remove QueryLimiting.disable for DELETE groups/:id

parent d08ed2f0
......@@ -112,7 +112,6 @@ module API
end
def delete_group(group)
Gitlab::QueryLimiting.disable!('https://gitlab.com/gitlab-org/gitlab/-/issues/22226')
destroy_conditionally!(group) do |group|
::Groups::DestroyService.new(group, current_user).async_execute
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