Skip to content

Commit

Permalink
revert to lineageCitation
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Oliveros committed Feb 14, 2024
1 parent 10190a6 commit 626e22a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def self.unpack(hLineage, axMethods, hResponseObj)
axCitations.each do |xCitation|
hReturn = Citation.unpack(xCitation, hResponseObj)
unless hReturn.nil?
hLineage[:processSteps] << hReturn
hLineage[:lineageCitation] << hReturn
end
end
end
Expand Down

0 comments on commit 626e22a

Please sign in to comment.