Skip to content

Commit

Permalink
fix: added types.ts to eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Sep 12, 2024
1 parent cf6495b commit acdc241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ release.config.js
scripts/*
gatewaySdk/
src/testing.ts
src/common/types.ts
2 changes: 1 addition & 1 deletion src/helpers/custom-error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ function captureError(message: any) {
if (message.hasOwnProperty('error')) {
return message.error;
}

return message.error.message;
}

0 comments on commit acdc241

Please sign in to comment.