diff --git a/output/index.md b/output/index.md index dbd8d450..998dc2ce 100644 --- a/output/index.md +++ b/output/index.md @@ -209,10 +209,7 @@ 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; + return data.reduce((x, y) => x + y, 0); } }, ],