Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsome committed Jul 7, 2022
1 parent 6563e82 commit 53eedd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/dials.ts
Expand Up @@ -114,7 +114,7 @@ const dialNames = [
const dialsDetailsToString = (dialsDetails: Array<DialDetails>) =>
dialsDetails
.map(
(dd, i) =>
(dd) =>
`${dialNames[dd.dialId].padStart(21)}\t${usdFormatter(dd.voteWeight, 18, 5, 2)}\t${usdFormatter(
dd.distributed,
)}\t${usdFormatter(dd.donated)}\t ${usdFormatter(dd.rewards)}`,
Expand Down

0 comments on commit 53eedd7

Please sign in to comment.