Skip to content

Commit

Permalink
fix identifier key in requirement class for reader
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Oliveros committed May 7, 2024
1 parent 98256f9 commit 94d3308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def self.unpack(hRequirement, responseObj, inContext = nil)
if hRequirement.has_key?('identifier')
hReturn = Identifier.unpack(hRequirement['identifier'], responseObj, outContext)
unless hReturn.nil?
intRequirement[:identifiers] = hReturn
intRequirement[:identifier] = hReturn
end
end

Expand Down

0 comments on commit 94d3308

Please sign in to comment.