Skip to content

Commit

Permalink
chore: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduma-ledger committed Sep 18, 2024
1 parent 422b145 commit 61e6ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class PayloadStepError extends ExchangeError {

export class SignatureStepError extends ExchangeError {
constructor(nestedError?: Error) {
super(`swap003`, nestedError);
super("swap003", nestedError);
this.name = "SignatureStepError";
}
}
Expand Down

0 comments on commit 61e6ac9

Please sign in to comment.