This commit is contained in:
2024-03-21 14:17:37 -04:00
parent aa7475f9d0
commit 7712e6e475

View File

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