From 77cdeeabc841bac5aa736cb2816adce264a41913 Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Wed, 4 Oct 2023 17:19:17 -0500 Subject: [PATCH] forgot to remove comment --- src/signed-xml.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/signed-xml.ts b/src/signed-xml.ts index 00cf4c9b..51997e35 100644 --- a/src/signed-xml.ts +++ b/src/signed-xml.ts @@ -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`,