Skip to content

Commit

Permalink
fix surfone
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jul 10, 2024
1 parent 0f09692 commit 0bb1cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/surfone/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const fetch = () => {

const volume: IVolume = response.data;
return {
dailyFees: `${volume?.total_fee || undefined}`,
totalFees: `${volume?.total_fee || undefined}`,
timestamp: dayTimestamp,
};
};
Expand Down

0 comments on commit 0bb1cb1

Please sign in to comment.