We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb66fc commit 97d39d7Copy full SHA for 97d39d7
src/request/transaction-report.ts
@@ -84,6 +84,6 @@ export default class TransactionReport {
84
}
85
86
public toString(): string {
87
- return JSON.stringify(snakecaseKeys(this));
+ return JSON.stringify(snakecaseKeys(this as Record<string, unknown>));
88
89
0 commit comments