Commit bf7a354f authored by Robert Speicher's avatar Robert Speicher

Resolve lib/api/discussions.rb

parent f61463dc
......@@ -5,11 +5,7 @@ module API
before { authenticate! }
<<<<<<< HEAD
NOTEABLE_TYPES = [Issue, Snippet, Epic, MergeRequest, Commit].freeze
=======
NOTEABLE_TYPES = [Issue, Snippet, MergeRequest, Commit].freeze
>>>>>>> upstream/master
NOTEABLE_TYPES.each do |noteable_type|
parent_type = noteable_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