Lots of code clean up. Finally working on the Launcher piece again.
This commit is contained in:
@@ -112,7 +112,8 @@ export async function load_ae_obj_id__event_presentation(
|
||||
api_cfg: api_cfg,
|
||||
for_obj_type: 'event_presentation',
|
||||
for_obj_id: event_presentation_id,
|
||||
params: {qry__enabled: 'all', qry__limit: 25},
|
||||
enabled: 'all',
|
||||
limit: 25,
|
||||
try_cache: try_cache,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
@@ -283,7 +284,8 @@ export async function load_ae_obj_li__event_presentation(
|
||||
api_cfg: api_cfg,
|
||||
for_obj_type: 'event_presentation',
|
||||
for_obj_id: event_presentation_id,
|
||||
params: {qry__enabled: enabled, qry__limit: limit},
|
||||
enabled: enabled,
|
||||
limit: limit,
|
||||
try_cache: try_cache,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user