Separating out components and functions to make things more modular.

This commit is contained in:
Scott Idem
2024-07-03 17:48:06 -04:00
parent 270a1429f8
commit 4aae2bead4
16 changed files with 528 additions and 119 deletions

View File

@@ -75,7 +75,8 @@ export async function load({ parent }) { // route
let load_event_file_obj_li = await events_func.handle_load_ae_obj_li__event_file({
api_cfg: ae_acct.api,
event_session_id: event_session_id,
for_obj_type: 'event_session',
for_obj_id: event_session_id,
params: {enabled: 'all', qry__limit: 50},
try_cache: false
})