Restore open property in report kv
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user