summaryrefslogtreecommitdiff
path: root/lib/gitlab/cycle_analytics/review_event_fetcher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/cycle_analytics/review_event_fetcher.rb')
-rw-r--r--lib/gitlab/cycle_analytics/review_event_fetcher.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/cycle_analytics/review_event_fetcher.rb b/lib/gitlab/cycle_analytics/review_event_fetcher.rb
index 153683dfe0b..318546eb9a8 100644
--- a/lib/gitlab/cycle_analytics/review_event_fetcher.rb
+++ b/lib/gitlab/cycle_analytics/review_event_fetcher.rb
@@ -3,7 +3,8 @@
module Gitlab
module CycleAnalytics
class ReviewEventFetcher < BaseEventFetcher
- include ReviewBaseQuery
+ include ReviewHelper
+
def initialize(*args)
@projections = [mr_table[:title],