Update apps/explorer/src/app/components/txs/txs-per-block/index.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
This commit is contained in:
Sam Keen 2022-03-03 14:38:41 +00:00 committed by Dexter Edwards
parent d3b81babb9
commit 4734131780

View File

@ -16,7 +16,6 @@ export const TxsPerBlock = ({ blockHeight }: TxsPerBlockProps) => {
'Content-Type': 'application/json',
},
body: JSON.stringify({
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
block_height: parseInt(blockHeight!),
node_url: `${DATA_SOURCES.tendermintUrl}/`,
}),