Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Nov 29, 2024
1 parent 51452c1 commit 219b533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/server/src/api/transactions/stats/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ INNER JOIN txs USING (tx_id, index_block_hash, microblock_hash)
WHERE txs.canonical = TRUE
AND txs.microblock_canonical = TRUE;
`;
console.log("Result", result);

const stats: TransactionStatsRouteResponse = {
count: Number.parseInt(result[0].count),
Expand Down

0 comments on commit 219b533

Please sign in to comment.