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(
|
.bind(
|
||||||
context.data.body.answer || null,
|
context.data.body.answer || null,
|
||||||
now.getTime(),
|
|
||||||
Number(type === "gamenight"),
|
Number(type === "gamenight"),
|
||||||
|
now.getTime(),
|
||||||
context.data.current_user.id,
|
context.data.current_user.id,
|
||||||
day,
|
day,
|
||||||
details,
|
details,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user