Commit aed677b9 authored by Dmytro Zaporozhets (DZ)'s avatar Dmytro Zaporozhets (DZ)

Merge branch 'nhxnguyen-master-patch-48861' into 'master'

Remove QueryLimiting.disable for DELETE groups/:id

See merge request gitlab-org/gitlab!57603
parents 02606bb9 9c6760aa
......@@ -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