diff options
Diffstat (limited to 'scripts/stats/index.js')
-rw-r--r-- | scripts/stats/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stats/index.js b/scripts/stats/index.js index a621bfa3b..d1589d4a2 100644 --- a/scripts/stats/index.js +++ b/scripts/stats/index.js @@ -101,7 +101,7 @@ export async function run() { // Pull requests pulls.length, // Open Issues - issues.length - pulls.length, + issues.length, // Bugs: Needs Triage (await countCards(COLUMN_ID_BUGS_NEEDS_TRIAGE)).length, // Bugs: Accepted |