Commit 53bf08fa authored by Jan Provaznik's avatar Jan Provaznik

Fixed api conflict

parent 1854f24b
......@@ -7,11 +7,7 @@ module API
before { authenticate! }
<<<<<<< HEAD
EVENTABLE_TYPES = [Issue, Epic, MergeRequest].freeze
=======
EVENTABLE_TYPES = [Issue, MergeRequest].freeze
>>>>>>> upstream/master
EVENTABLE_TYPES.each do |eventable_type|
parent_type = eventable_type.parent_class.to_s.underscore
......
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