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

@@ -96,8 +96,6 @@ export async function getPages(
startDate: startDate,
endDate: endDate,
timezone,
cursor: parsed.data.cursor,
limit: Math.min(parsed.data.limit, 50),
});
}
@@ -170,8 +168,6 @@ export function getOverviewGeneric(
startDate: startDate,
endDate: endDate,
timezone,
cursor: parsed.data.cursor,
limit: Math.min(parsed.data.limit, 50),
}),
);
};