Skip to content

Commit

Permalink
remove error from json
Browse files Browse the repository at this point in the history
  • Loading branch information
vadiminc committed Dec 27, 2023
1 parent 3c8a581 commit 964245d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
9 changes: 1 addition & 8 deletions dist/tsc/src/lib/KeyShares/KeySharesItem.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tsc/src/lib/KeyShares/KeySharesItem.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/lib/KeyShares/KeySharesItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export class KeySharesItem {
return JSON.stringify({
data: this.data || null,
payload: this.payload || null,
error: this.error || null,
}, null, 2);
}

Expand Down

0 comments on commit 964245d

Please sign in to comment.