Work on the new session POC functions and permissions. General code clean up and bug fixes.
This commit is contained in:
@@ -16,8 +16,8 @@ export async function load_ae_obj_id__event_location(
|
||||
event_location_id,
|
||||
inc_file_li = false,
|
||||
inc_session_li = false,
|
||||
try_cache=true,
|
||||
log_lvl=0
|
||||
try_cache = true,
|
||||
log_lvl = 0
|
||||
}: {
|
||||
api_cfg: any,
|
||||
event_location_id: string,
|
||||
@@ -136,9 +136,9 @@ export async function load_ae_obj_li__event_location(
|
||||
event_id,
|
||||
inc_file_li = false,
|
||||
inc_session_li = false,
|
||||
params={},
|
||||
try_cache=true,
|
||||
log_lvl=0
|
||||
params = {},
|
||||
try_cache = true,
|
||||
log_lvl = 0
|
||||
}: {
|
||||
api_cfg: any,
|
||||
event_id: string,
|
||||
|
||||
Reference in New Issue
Block a user