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__exhibit(
exhibit_id,
try_cache=false,
log_lvl=0
} : {
}: {
api_cfg: any,
exhibit_id: string,
try_cache?: boolean,
@@ -60,7 +60,7 @@ export async function handle_load_ae_obj_li__exhibit(
params={},
try_cache=true,
log_lvl=0
} : {
}: {
api_cfg: any,
event_id: any,
params: any,
@@ -199,7 +199,7 @@ export async function handle_load_ae_obj_id__exhibit_tracking(
exhibit_tracking_id,
try_cache=false,
log_lvl=0
} : {
}: {
api_cfg: any,
exhibit_tracking_id: string,
try_cache?: boolean,
@@ -246,7 +246,7 @@ export async function handle_load_ae_obj_li__exhibit_tracking(
params={},
try_cache=true,
log_lvl=0
} : {
}: {
api_cfg: any,
exhibit_id: any,
params: any,
@@ -313,7 +313,7 @@ export async function handle_create_ae_obj__exhibit_tracking(
external_person_id,
params={},
log_lvl=0
} : {
}: {
api_cfg: any,
exhibit_id: string,
event_badge_id: string,
@@ -373,7 +373,7 @@ export async function handle_update_ae_obj__exhibit_tracking(
data,
params={},
log_lvl=0
} : {
}: {
api_cfg: any,
exhibit_tracking_id: string,
data: any,
@@ -422,7 +422,7 @@ export async function handle_download_export__event_exhibit_tracking(
auto_download=false,
params={},
log_lvl=0
} : {
}: {
api_cfg: any,
exhibit_id: string,
file_type?: string,
@@ -513,7 +513,7 @@ export function handle_db_save_ae_obj_li__exhibitor_tracking(
{
obj_type,
obj_li
} : {
}: {
obj_type: string,
obj_li: any
}