Skip to content

Commit 1632e71

Browse files
Update lib/signed-xml.js
Co-Authored-By: bazzadp <[email protected]>
1 parent 76a43f5 commit 1632e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/signed-xml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ SignedXml.prototype.validateReferences = function(doc) {
452452
*/
453453
if(Array.isArray(ref.transforms)){
454454

455-
ref.ancestorNamespaces = findAncestorNs(doc, elemXpath);
455+
ref.ancestorNamespaces = findAncestorNs(doc, elemXpath);
456456
}
457457

458458
var c14nOptions = {

0 commit comments

Comments
 (0)