Skip to content

Commit f53e7fe

Browse files
cjbarthshunkica
authored andcommitted
lint
1 parent c02874c commit f53e7fe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/signed-xml.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,11 +1107,7 @@ export class SignedXml {
11071107

11081108
// Process each reference
11091109
for (const ref of this.getReferences()) {
1110-
const nodes = xpath.selectWithResolver(
1111-
ref.xpath ?? "",
1112-
doc,
1113-
this.namespaceResolver,
1114-
);
1110+
const nodes = xpath.selectWithResolver(ref.xpath ?? "", doc, this.namespaceResolver);
11151111

11161112
if (!utils.isArrayHasLength(nodes)) {
11171113
throw new Error(

0 commit comments

Comments
 (0)