Fix creation timestamp of events

This commit is contained in:
Regalijan 2024-07-03 00:30:47 -04:00
parent 470654e4d7
commit 8c9e5d98d3
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -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,