New formatting

This commit is contained in:
2023-10-19 16:50:21 -04:00
parent 0b5e82bfcc
commit 026d1ca06d
30 changed files with 76 additions and 76 deletions

View File

@ -22,7 +22,7 @@ import {
export default function (props: GameAppealProps) {
async function performAction(action: "accept" | "deny"): Promise<void> {
const statsReduction = parseInt(
(document.getElementById("reductPercentage") as HTMLInputElement).value
(document.getElementById("reductPercentage") as HTMLInputElement).value,
);
const actionResponse = await fetch(`/api/game-appeals/${props.roblox_id}`, {
@ -49,7 +49,7 @@ export default function (props: GameAppealProps) {
duration: 10000,
status: "error",
title: "An error occurred...",
}
},
);
}