Include creation time in report kv value

This commit is contained in:
regalijan 2023-10-19 16:50:44 -04:00
parent 54a650a003
commit 95ac964e62
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -228,6 +228,7 @@ export async function onRequestPost(context: RequestContext) {
`report_${reportId}`, `report_${reportId}`,
JSON.stringify({ JSON.stringify({
attachments, attachments,
created_at: Date.now(),
id: reportId, id: reportId,
open: !bypass, open: !bypass,
user: currentUser user: currentUser