Fix creation timestamp of events
This commit is contained in:
parent
470654e4d7
commit
8c9e5d98d3
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user