From 872319738757edc0483346c75a2407f7019b963f Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 5 Dec 2019 12:07:43 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/services/cohorts_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/services/cohorts_service.rb') diff --git a/app/services/cohorts_service.rb b/app/services/cohorts_service.rb index dbbe89ef260..03be87f4cc1 100644 --- a/app/services/cohorts_service.rb +++ b/app/services/cohorts_service.rb @@ -38,7 +38,7 @@ class CohortsService { registration_month: registration_month, - activity_months: activity_months, + activity_months: activity_months[1..-1], total: activity_months.first[:total], inactive: inactive } -- cgit v1.2.3