Commit e22b5cca authored by James Lopez's avatar James Lopez

remove class no longer required

parent 37a35050
module Gitlab
module CycleAnalytics
class EventsFetcher
def initialize(project:, options:)
@query = EventsQuery.new(project: project, options: options)
end
def fetch(stage:)
@query.execute(stage)
end
end
end
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