diff options
author | 2021-12-14 16:52:54 +0000 | |
---|---|---|
committer | 2021-12-14 16:52:54 +0000 | |
commit | 86870b670dbd2f024966ea9ce6e63013667eed9c (patch) | |
tree | 658c58e94464b9361af735e395e6488e8ec90e37 /scripts/stats/index.js | |
parent | 9fe2645e3f556620c165324872d0ff12c5151d87 (diff) | |
download | astro-86870b670dbd2f024966ea9ce6e63013667eed9c.tar.gz astro-86870b670dbd2f024966ea9ce6e63013667eed9c.tar.zst astro-86870b670dbd2f024966ea9ce6e63013667eed9c.zip |
[ci] yarn format
Diffstat (limited to 'scripts/stats/index.js')
-rw-r--r-- | scripts/stats/index.js | 4 |
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(','); |