[ci] yarn format
This commit is contained in:
parent
9fe2645e3f
commit
86870b670d
1 changed files with 2 additions and 2 deletions
|
@ -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(',');
|
||||
|
|
Loading…
Reference in a new issue