Skip to content

Commit

Permalink
test missing value
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Oct 16, 2023
1 parent d9904d4 commit f25c412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/contango/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const fetchVolume = async (timestamp: number) => {
return {
dailyOpenInterest: dailyOpenInterest ? `${dailyOpenInterest}` : undefined,
dailyFees: dailyFees ? `${dailyFees}` : undefined,
dailyVolume: dailyVolume ? `${dailyVolume}` : undefined,
// dailyVolume: dailyVolume ? `${dailyVolume}` : undefined,
totalFees: totalFees ? `${totalFees}` : undefined,
totalVolume: totalVolume ? `${totalVolume}` : undefined,
timestamp
Expand Down

0 comments on commit f25c412

Please sign in to comment.