[NOT READY] fix granularity

This commit is contained in:
Emily
2024-12-07 18:24:48 +01:00
parent ad8e9e1ead
commit 78f979d23a
3 changed files with 13 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ export default defineEventHandler(async event => {
const timelineData = await executeTimelineAggregation({
projectId: project_id,
model: EventModel,
from, to, slice,
from, to, slice
});
return timelineData;
});