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}`,
|
||||
JSON.stringify({
|
||||
attachments,
|
||||
created_at: Date.now(),
|
||||
id: reportId,
|
||||
open: !bypass,
|
||||
user: currentUser
|
||||
|
Loading…
x
Reference in New Issue
Block a user