General code clean up
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user