Skip to content

Commit

Permalink
Fix column name.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Dec 10, 2024
1 parent f32f845 commit 585db6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const RAW_TABLE_COLUMNS: string = `
\`totalReferredMakerRebates\` string
`;
const TABLE_COLUMNS: string = `
"id",
"address",
${castToDouble('affiliateEarnings')},
"referredMakerTrades",
"referredTakerTrades",
Expand Down

0 comments on commit 585db6b

Please sign in to comment.