Lots of code clean up. Finally working on the Launcher piece again.
This commit is contained in:
@@ -133,8 +133,8 @@ export async function load_ae_obj_id__event(
|
||||
api_cfg: api_cfg,
|
||||
for_obj_type: 'event',
|
||||
for_obj_id: event_id,
|
||||
params: {qry__enabled: 'enabled', qry__limit: 19},
|
||||
try_cache: try_cache,
|
||||
enabled: 'enabled',
|
||||
limit: 19,
|
||||
log_lvl: log_lvl
|
||||
}).then((event_location_obj_li) => {
|
||||
if (log_lvl) {
|
||||
@@ -158,7 +158,8 @@ export async function load_ae_obj_id__event(
|
||||
api_cfg: api_cfg,
|
||||
for_obj_type: 'event',
|
||||
for_obj_id: event_id,
|
||||
params: {qry__enabled: 'enabled', qry__limit: 249},
|
||||
enabled: 'enabled',
|
||||
limit: 249,
|
||||
try_cache: try_cache,
|
||||
log_lvl: log_lvl
|
||||
}).then((event_session_obj_li) => {
|
||||
@@ -367,7 +368,8 @@ export async function load_ae_obj_li__event(
|
||||
api_cfg: api_cfg,
|
||||
for_obj_type: 'event',
|
||||
for_obj_id: event_id,
|
||||
params: {qry__enabled: 'enabled', qry__limit: 19},
|
||||
enabled: 'enabled',
|
||||
limit: 19,
|
||||
try_cache: try_cache,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user