Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 18:23:42 +00:00
co-authored by renee-png
parent 6f0ca3970b
commit c49c3e0fd9
-1
View File
@@ -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) {