Include creation time in report kv value
This commit is contained in:
parent
54a650a003
commit
95ac964e62
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user