fix(api): improve export api, properties to be a comma seperated list

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-03 11:37:05 +01:00
parent 2377f95b86
commit 74bcb7ead2
3 changed files with 61 additions and 30 deletions

View File

@@ -654,7 +654,6 @@ export async function getEventList(options: GetEventListOptions) {
return data;
}
export const getEventsCountCached = cacheable(getEventsCount, 60 * 10);
export async function getEventsCount({
projectId,
profileId,