diff --git a/functions/api/reports/[id]/action.ts b/functions/api/reports/[id]/action.ts index b4ed1f9..f91e859 100644 --- a/functions/api/reports/[id]/action.ts +++ b/functions/api/reports/[id]/action.ts @@ -59,6 +59,7 @@ export async function onRequestPost(context: RequestContext) { context.env, "Report Processed", `Your report for ${reportData.target_usernames.toString()} has been reviewed.`, + reportData.fcm_token, ); delete reportData.fcm_token;