Skip to content

Commit 97d39d7

Browse files
committed
satisfy change to fn type sig
1 parent edb66fc commit 97d39d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request/transaction-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ export default class TransactionReport {
8484
}
8585

8686
public toString(): string {
87-
return JSON.stringify(snakecaseKeys(this));
87+
return JSON.stringify(snakecaseKeys(this as Record<string, unknown>));
8888
}
8989
}

0 commit comments

Comments
 (0)