Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix creation timestamp of events
  • Loading branch information
regalijan committed Jul 3, 2024
1 parent 470654e commit 8c9e5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/events-team/events/new.ts
Expand Up @@ -66,8 +66,8 @@ export async function onRequestPost(context: RequestContext) {
)
.bind(
context.data.body.answer || null,
now.getTime(),
Number(type === "gamenight"),
now.getTime(),
context.data.current_user.id,
day,
details,
Expand Down

0 comments on commit 8c9e5d9

Please sign in to comment.