From 14bb425a4e2309fe82106256d22134a4e7b188d1 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Mon, 22 Dec 2025 08:21:31 -0800 Subject: [PATCH] Fix order in bug and pr report (#37588) --- website/scripts/get-bug-and-pr-report.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/scripts/get-bug-and-pr-report.js b/website/scripts/get-bug-and-pr-report.js index 0ee6fafcdb..f23fd9dc7a 100644 --- a/website/scripts/get-bug-and-pr-report.js +++ b/website/scripts/get-bug-and-pr-report.js @@ -334,9 +334,9 @@ module.exports = { averageDaysContributorPullRequestsAreOpenFor, averageNumberOfDaysBugsAreOpenFor, allBugs32DaysOrOlder.length, - allBugsClosedInPastWeek.length, + allBugsReportedByCustomersInPastWeek.length, allBugsCreatedInPastWeek.length, - allBugsReportedByCustomersInPastWeek.length,); + allBugsClosedInPastWeek.length); // Log the results sails.log(`