Skip to content

Commit

Permalink
total value is spike
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 12, 2024
1 parent b10483d commit 3532525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/ICDex/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const fetch = async (timestamp: number): Promise<FetchResultVolume> => {
}
return {
dailyVolume: `${dailyVolume}`,
totalVolume: `${totalVolume}`,
// totalVolume: `${totalVolume}`,
timestamp
}
};
Expand Down

0 comments on commit 3532525

Please sign in to comment.