Skip to content

Commit

Permalink
fix: sort ratings column correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 21, 2024
1 parent 2728daf commit 0c6ebde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download
if (!data) {
return 0;
}
if (type === 'display') {
return data.reduce((x, y) => x + y, 0);
}
return data;
}
},
Expand Down

0 comments on commit 0c6ebde

Please sign in to comment.