Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
remove syntax error
  • Loading branch information
dsarvaiya authored Jan 15, 2025
1 parent 4d12f5d commit bf905a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/zeebu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const graphsDaily = (graphUrls: Record<string, string>) => {
const totalSupplySideRevenue = totalFees * 0.6 / 100;

return {dailyFees, totalFees, dailyUserFees, totalUserFees, dailyRevenue, totalRevenue, dailyHoldersRevenue, totalHoldersRevenue };
}

};
};
};
Expand Down

0 comments on commit bf905a9

Please sign in to comment.