General code clean up

This commit is contained in:
Scott Idem
2024-06-24 14:42:14 -04:00
parent 31ba1c9200
commit 0c4185f74c
16 changed files with 56 additions and 44 deletions

View File

@@ -13,7 +13,7 @@ export async function handle_load_ae_obj_id__event_session(
event_session_id,
try_cache=false,
log_lvl=0
} : {
}: {
api_cfg: any,
event_session_id: string,
try_cache?: boolean,
@@ -60,7 +60,7 @@ export async function handle_load_ae_obj_li__event_session(
params={},
try_cache=true,
log_lvl=0
} : {
}: {
api_cfg: any,
event_id: string,
params?: key_val,
@@ -235,7 +235,7 @@ export function handle_db_save_ae_obj_li__event_session(
{
obj_type,
obj_li
} : {
}: {
obj_type: string,
obj_li: any
}