Skip to content

Commit 1ceedc8

Browse files
authored
fix: template literal (#443)
1 parent 1e3ba08 commit 1ceedc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signed-xml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export class SignedXml {
275275

276276
if (verified === false) {
277277
throw new Error(
278-
"invalid signature: the signature value ${this.signatureValue} is incorrect",
278+
`invalid signature: the signature value ${this.signatureValue} is incorrect`,
279279
);
280280
}
281281

0 commit comments

Comments
 (0)