Fix game appeal second submission check
All checks were successful
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 56s
Test, Build, Deploy / Create Sentry Release (push) Successful in 5s

This commit is contained in:
2026-03-31 15:14:06 -04:00
parent b53f6ef20e
commit 14a3e54c22

View File

@@ -48,7 +48,7 @@ export default async function (
};
const userLogs = await context.env.D1.prepare(
"SELECT executed_at FROM game_mod_logs WHERE target = ? ORDER BY executed_at DESC;",
"SELECT action, executed_at FROM game_mod_logs WHERE target = ? ORDER BY executed_at DESC;",
)
.bind(user)
.all();