Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Jul 8, 2023
1 parent aaaa3a6 commit 0d7164b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/wrappa/postgres/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const queryAggregatedDailyTimestampRange = async (
return await sql<IAggregatedData[]>`
SELECT
bridge_id,
date_trunc('day', ts) AS day_ts,
date_trunc('day', ts) AS ts,
SUM(total_deposited_usd) AS total_deposited_usd,
SUM(total_withdrawn_usd) AS total_withdrawn_usd,
SUM(total_deposit_txs) AS total_deposit_txs,
Expand Down

0 comments on commit 0d7164b

Please sign in to comment.