fix: resolve typescript and build errors across admin and guest apps

This commit is contained in:
Codex Agent
2026-01-07 13:25:30 +01:00
parent 1ec4987b38
commit 8e1031fff0
42 changed files with 1056 additions and 30446 deletions

View File

@@ -15,6 +15,8 @@ const baseEvent = (overrides: Partial<TenantEvent>): TenantEvent => ({
photo_count: overrides.photo_count ?? 0,
likes_sum: overrides.likes_sum ?? 0,
engagement_mode: overrides.engagement_mode ?? 'tasks',
event_type_id: overrides.event_type_id ?? null,
event_type: overrides.event_type ?? null,
});
describe('buildEventListStats', () => {