Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Delete FCM token on inactivity closure
  • Loading branch information
regalijan committed Oct 20, 2023
1 parent adde228 commit 7df177d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/api/inactivity/[id].ts
Expand Up @@ -94,6 +94,7 @@ export async function onRequestPost(context: RequestContext) {
);
}

delete requestedNotice.fcm_token;
delete requestedNotice.user.email;
}

Expand Down

0 comments on commit 7df177d

Please sign in to comment.