summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-12-14 16:52:54 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-12-14 16:52:54 +0000
commit86870b670dbd2f024966ea9ce6e63013667eed9c (patch)
tree658c58e94464b9361af735e395e6488e8ec90e37
parent9fe2645e3f556620c165324872d0ff12c5151d87 (diff)
downloadastro-86870b670dbd2f024966ea9ce6e63013667eed9c.tar.gz
astro-86870b670dbd2f024966ea9ce6e63013667eed9c.tar.zst
astro-86870b670dbd2f024966ea9ce6e63013667eed9c.zip
[ci] yarn format
-rw-r--r--scripts/stats/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/stats/index.js b/scripts/stats/index.js
index fdfde042e..646896966 100644
--- a/scripts/stats/index.js
+++ b/scripts/stats/index.js
@@ -105,9 +105,9 @@ export async function run() {
// Bugs: Accepted
(await countCards(COLUMN_ID_BUGS_ACCEPTED)).length + (await countCards(COLUMN_ID_BUGS_PRIORITIZED)).length,
// RFC: In Progress
- 0, // (await countCards(COLUMN_ID_RFCS_IN_PROGRESS)).length,
+ 0, // (await countCards(COLUMN_ID_RFCS_IN_PROGRESS)).length,
// RFC: Accepted
- 0, // (await countCards(COLUMN_ID_RFCS_ACCEPTED)).length + (await countCards(COLUMN_ID_RFCS_PRIORITIZED)).length,
+ 0, // (await countCards(COLUMN_ID_RFCS_ACCEPTED)).length + (await countCards(COLUMN_ID_RFCS_PRIORITIZED)).length,
// Date (ISO)
`"${new Date().toISOString()}"`,
].join(',');