chore(repo): format issue report date a bit nicer (#15439)
This commit is contained in:
parent
e773bdbb79
commit
9b5b83c3f4
@ -51,7 +51,8 @@ export async function scrapeIssues(): Promise<ReportData> {
|
|||||||
totalBugCount: totalBugs,
|
totalBugCount: totalBugs,
|
||||||
totalIssueCount: total,
|
totalIssueCount: total,
|
||||||
untriagedIssueCount,
|
untriagedIssueCount,
|
||||||
collectedDate: new Date().toISOString(),
|
// Format is like: Mar 03 2023
|
||||||
|
collectedDate: new Date().toDateString().split(' ').slice(1).join(' '),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user