Fix conflict in lib/banzai/issuable_extractor.rb

parent d9790a61
...@@ -33,7 +33,6 @@ module Banzai ...@@ -33,7 +33,6 @@ module Banzai
end end
private private
<<<<<<< HEAD
def issuables_for_nodes(nodes) def issuables_for_nodes(nodes)
parsers.each_with_object({}) do |parser, result| parsers.each_with_object({}) do |parser, result|
...@@ -41,15 +40,6 @@ module Banzai ...@@ -41,15 +40,6 @@ module Banzai
end end
end end
=======
def issuables_for_nodes(nodes)
parsers.each_with_object({}) do |parser, result|
result.merge!(parser.records_for_nodes(nodes))
end
end
>>>>>>> upstream/master
def parsers def parsers
[ [
Banzai::ReferenceParser::IssueParser.new(context), Banzai::ReferenceParser::IssueParser.new(context),
......
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