fix: typecheck

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-09 15:03:27 +01:00
parent f008fb58e5
commit 9a4aa51975
6 changed files with 14 additions and 28 deletions

View File

@@ -127,6 +127,8 @@ export async function executeAggregateChart(
endDate: normalized.endDate,
breakdowns: normalized.breakdowns,
limit: normalized.limit,
metric: normalized.metric,
previous: normalized.previous,
timezone,
};
@@ -251,6 +253,8 @@ export async function executeAggregateChart(
endDate: previousPeriod.endDate,
breakdowns: normalized.breakdowns,
limit: normalized.limit,
metric: normalized.metric,
previous: normalized.previous,
timezone,
};