Fix game appeal second submission check
This commit is contained in:
@@ -48,7 +48,7 @@ export default async function (
|
|||||||
};
|
};
|
||||||
|
|
||||||
const userLogs = await context.env.D1.prepare(
|
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)
|
.bind(user)
|
||||||
.all();
|
.all();
|
||||||
|
|||||||
Reference in New Issue
Block a user