Re-add missing parameter
This commit is contained in:
parent
c9dcbb3629
commit
995ed28b23
@ -7,6 +7,7 @@ export async function onRequestPost(context: RequestContext) {
|
|||||||
try {
|
try {
|
||||||
await D1.batch([
|
await D1.batch([
|
||||||
D1.prepare("UPDATE events SET performed_at = ? WHERE id = ?;").bind(
|
D1.prepare("UPDATE events SET performed_at = ? WHERE id = ?;").bind(
|
||||||
|
Date.now(),
|
||||||
event.id,
|
event.id,
|
||||||
),
|
),
|
||||||
D1.prepare(
|
D1.prepare(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user