Skip to content

Commit

Permalink
fix total volume
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jul 16, 2023
1 parent b90e1f6 commit 6bedc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/polkaswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const fetch = async (timestamp: number) => {
.find(dayItem => dayItem.timestamp === dayTimestamp)?.volumeUSD

return {
totalVolume: `${totalVolume}`,
// totalVolume: `${totalVolume}`,
dailyVolume: dailyVolume ? `${dailyVolume}` : undefined,
timestamp: dayTimestamp,
};
Expand Down

0 comments on commit 6bedc7a

Please sign in to comment.