Include roblox user info in kv store
This commit is contained in:
parent
afbea74028
commit
3082f145e6
@ -51,6 +51,8 @@ export async function onRequestPost(context: RequestContext) {
|
|||||||
`gameappeal_${appealId}`,
|
`gameappeal_${appealId}`,
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
reasonForUnban,
|
reasonForUnban,
|
||||||
|
roblox_id: id,
|
||||||
|
roblox_username: username,
|
||||||
whatHappened,
|
whatHappened,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user