Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-add missing parameter
  • Loading branch information
regalijan committed Nov 20, 2024
1 parent c9dcbb3 commit 995ed28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/api/events-team/events/[id]/complete.ts
Expand Up @@ -7,6 +7,7 @@ export async function onRequestPost(context: RequestContext) {
try {
await D1.batch([
D1.prepare("UPDATE events SET performed_at = ? WHERE id = ?;").bind(
Date.now(),
event.id,
),
D1.prepare(
Expand Down

0 comments on commit 995ed28

Please sign in to comment.