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 88e7725ae..f13f1be2e 100644 --- a/scripts/stats/index.js +++ b/scripts/stats/index.js @@ -81,7 +81,7 @@ export async function run() { // Pull requests pulls.length, // Open Issues - issues.length, + issues.length - pulls.length, // Bugs: Needs Triage (await countCards(COLUMN_ID_BUGS_NEEDS_TRIAGE)).length, // Bugs: Accepted |