From d1fb19810b858087e91b4aeb125fb042b98f3316 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Fri, 1 May 2026 15:08:23 +0200 Subject: [PATCH] fix: Remove premature closing brace in SECTION_FIELDS The SECTION_FIELDS object was prematurely closed before the TOM and DPA sections, causing a build-time syntax error. Removed the extra closing brace so TOM and DPA fields are correctly inside the object. Co-Authored-By: Claude Opus 4.6 (1M context) --- admin-compliance/app/sdk/document-generator/_constants.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin-compliance/app/sdk/document-generator/_constants.ts b/admin-compliance/app/sdk/document-generator/_constants.ts index 51f0ece..50506c8 100644 --- a/admin-compliance/app/sdk/document-generator/_constants.ts +++ b/admin-compliance/app/sdk/document-generator/_constants.ts @@ -333,8 +333,6 @@ export const SECTION_FIELDS: Record = { { key: 'HAS_WORKS_COUNCIL', label: 'Betriebsrat vorhanden', type: 'boolean' }, { key: 'HAS_SPECIAL_CATEGORIES_EMPLOYEES', label: 'Besondere Datenkategorien (Gesundheit, Religion)', type: 'boolean' }, ], -} - // ── TOM ───────────────────────────────────────────────────────────────── TOM: [ { key: 'ISB_NAME', label: 'IT-Sicherheitsbeauftragter' },