From 38bab6e1581d30c0e9d312474fd796404cc7b484 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 13 Dec 2019 03:07:50 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- lib/api/groups.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/api/groups.rb') diff --git a/lib/api/groups.rb b/lib/api/groups.rb index b9cfc16fb23..6c88b61eee8 100644 --- a/lib/api/groups.rb +++ b/lib/api/groups.rb @@ -231,7 +231,7 @@ module API projects, options = with_custom_attributes(projects, options) - present options[:with].preload_and_batch_count!(projects), options + present options[:with].prepare_relation(projects), options end desc 'Get a list of subgroups in this group.' do -- cgit v1.2.3