Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update services/blockchain-indexer/shared/dataService/blocks.js
Browse files Browse the repository at this point in the history
Co-authored-by: Vardan Nadkarni <[email protected]>
  • Loading branch information
sameersubudhi and vardan10 authored Oct 27, 2023
1 parent 9547fa3 commit 4459a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/blockchain-indexer/shared/dataService/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const formatBlock = async header => {
return {
data: blocksResponse.data,
meta: {
count: 1,
count: blocksResponse.data.length,
offset: 0,
total: await getBlocksTotal({}, blocksResponse),
},
Expand Down

0 comments on commit 4459a25

Please sign in to comment.