update dockerfiles

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-28 11:25:47 +01:00
parent fb5a0624a0
commit 8d98c330ac
9 changed files with 11 additions and 11 deletions

View File

@@ -184,7 +184,7 @@ async function createSessionStart(event: IServiceCreateEventPayload) {
...event,
duration: 0,
name: 'session_start',
createdAt: toISOString(getTime(event.createdAt) - 10),
createdAt: toISOString(getTime(event.createdAt) - 100),
};
await createEvent(session);