We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02874c commit f53e7feCopy full SHA for f53e7fe
1 file changed
src/signed-xml.ts
@@ -1107,11 +1107,7 @@ export class SignedXml {
1107
1108
// Process each reference
1109
for (const ref of this.getReferences()) {
1110
- const nodes = xpath.selectWithResolver(
1111
- ref.xpath ?? "",
1112
- doc,
1113
- this.namespaceResolver,
1114
- );
+ const nodes = xpath.selectWithResolver(ref.xpath ?? "", doc, this.namespaceResolver);
1115
1116
if (!utils.isArrayHasLength(nodes)) {
1117
throw new Error(
0 commit comments