Skip to content

Commit

Permalink
forgot to remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Oct 4, 2023
1 parent 25f0996 commit 77cdeea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/signed-xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ export class SignedXml {
}
}

// @ts-expect-error FIXME: xpath types are wrong
if (!isDomNode.isNodeLike(elem)) {
const validationError = new Error(
`invalid signature: the signature references an element with uri ${ref.uri} but could not find such element in the xml`,
Expand Down

0 comments on commit 77cdeea

Please sign in to comment.