typescript

This commit is contained in:
itsrubberduck
2026-02-17 18:19:55 +01:00
parent 8f45c3397d
commit f88fced5b1
16 changed files with 60 additions and 33 deletions

View File

@@ -70,8 +70,8 @@ export default defineEventHandler(async (event) => {
}
}
const startedAt = toISO(items[0].createdAt)
const updatedAt = toISO(items[items.length - 1].createdAt)
const startedAt = toISO(items[0]?.createdAt)
const updatedAt = toISO(items[items.length - 1]?.createdAt)
const callsign = extractCallsign(items)
return {