Wow
This commit is contained in:
parent
aa7475f9d0
commit
7712e6e475
@ -48,7 +48,7 @@ export default async function (
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
userLogs = await context.env.D1.prepare(
|
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)
|
.bind(user)
|
||||||
.all();
|
.all();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user