Me when formatting problems
This commit is contained in:
@@ -19,5 +19,7 @@ export async function onRequestPost(context: RequestContext) {
|
||||
|
||||
await context.env.D1.prepare(
|
||||
"INSERT INTO game_mod_notes (content, created_at, created_by, id, target) VALUES (?, ?, ?, ?, ?);",
|
||||
).bind(content, Date.now(), context.data.current_user.id, id, target).first();
|
||||
)
|
||||
.bind(content, Date.now(), context.data.current_user.id, id, target)
|
||||
.first();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user