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

@@ -31,7 +31,7 @@ export let get_ae_obj_id_crud = async function get_ae_obj_id_crud(
timeout=25000,
return_meta=false,
log_lvl=0
} : {
}: {
api_cfg: any,
no_account_id?: boolean,
obj_type: string,
@@ -203,7 +203,7 @@ export let get_ae_obj_li_for_obj_id_crud = async function get_ae_obj_li_for_obj_
params={},
return_meta=false,
log_lvl=1
} : {
}: {
api_cfg: any,
obj_type: string,
for_obj_type: string,
@@ -567,7 +567,7 @@ export let update_ae_obj_id_crud = async function update_ae_obj_id_crud(
obj_v_name='',
return_meta=false,
log_lvl=0
} : {
}: {
api_cfg: any,
obj_type: string,
obj_id: string,