Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include creation time in report kv value
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 54a650a commit 95ac964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/api/reports/submit.ts
Expand Up @@ -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
Expand Down

0 comments on commit 95ac964

Please sign in to comment.