Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Restore open property in report kv
  • Loading branch information
regalijan committed Apr 23, 2024
1 parent 960c1ab commit d6f9b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/api/reports/submit.ts
Expand Up @@ -202,6 +202,7 @@ export async function onRequestPost(context: RequestContext) {
created_at: Date.now(),
fcm_token: typeof senderTokenId === "string" ? senderTokenId : undefined,
id: reportId,
open: true,
user: currentUser
? {
email: currentUser.email,
Expand Down

0 comments on commit d6f9b8b

Please sign in to comment.