Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include roblox user info in kv store
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent afbea74 commit 3082f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/api/game-appeals/submit.ts
Expand Up @@ -51,6 +51,8 @@ export async function onRequestPost(context: RequestContext) {
`gameappeal_${appealId}`,
JSON.stringify({
reasonForUnban,
roblox_id: id,
roblox_username: username,
whatHappened,
}),
);
Expand Down

0 comments on commit 3082f14

Please sign in to comment.