From 4f4f16478d006c01981013065b5501f5818a0903 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 12 Feb 2026 15:29:17 -0500 Subject: [PATCH] refactor(core): adjust root layout data structure and clean up site config --- src/routes/+layout.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts index 87de4b7b..03abce26 100644 --- a/src/routes/+layout.ts +++ b/src/routes/+layout.ts @@ -329,9 +329,9 @@ export async function load({ fetch, params, parent, route, url }) { account_id: account_id, site_domain_id: ae_loc_init.site_domain_id, site_id: ae_loc_init.site_id, - event_id: ae_loc_init.site_cfg_json?.slct__event_id, - event_badge_template_id: ae_loc_init.site_cfg_json?.slct__event_badge_template_id, - sponsorship_cfg_id: ae_loc_init.site_cfg_json?.slct__sponsorship_cfg_id + // event_id: ae_loc_init.site_cfg_json?.slct__event_id, + // event_badge_template_id: ae_loc_init.site_cfg_json?.slct__event_badge_template_id, + // sponsorship_cfg_id: ae_loc_init.site_cfg_json?.slct__sponsorship_cfg_id }; data_struct[account_id] = ae_acct;