Skip to content

Commit

Permalink
fix: template literal (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-m authored Jan 17, 2024
1 parent 1e3ba08 commit 1ceedc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signed-xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export class SignedXml {

if (verified === false) {
throw new Error(
"invalid signature: the signature value ${this.signatureValue} is incorrect",
`invalid signature: the signature value ${this.signatureValue} is incorrect`,
);
}

Expand Down

0 comments on commit 1ceedc8

Please sign in to comment.