Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
6f0ca3970b
commit
c49c3e0fd9
@@ -98,7 +98,6 @@ export function generateStatusReportPdf(opts: StatusReportOptions): jsPDF {
|
||||
items.map((e) => [
|
||||
fmtDateTime(e.title),
|
||||
e.body,
|
||||
`${initials(e.author_name, e.author_email)}\n${fmtDateTime(e.created_at)}`,
|
||||
]);
|
||||
|
||||
for (const g of groups) {
|
||||
|
||||
Reference in New Issue
Block a user