Skip to content

Commit

Permalink
fix: headers of the table added in instagram controller
Browse files Browse the repository at this point in the history
  • Loading branch information
davodm committed Oct 23, 2023
1 parent 1660a4e commit 04b0141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async function weeklyRecap() {
"table-" + getRandomTheme(),
{
tokens,
headers:["Token","Average Price","Traded Volume"],
title: "Weekly Recap",
subtitle: `Total traded volume in past week: ${abbreviateNumber(
Math.round(totalVol),
Expand Down

0 comments on commit 04b0141

Please sign in to comment.