Skip to content
Snippets Groups Projects
Commit e22b5cca authored by James Lopez's avatar James Lopez
Browse files

remove class no longer required

parent 37a35050
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment