Should have saved earlier...
This commit is contained in:
@@ -18,11 +18,13 @@ async function handle_load_ae_obj_id__site_domain(
|
||||
api_cfg,
|
||||
fqdn,
|
||||
try_cache=false,
|
||||
timeout=7000,
|
||||
log_lvl=0
|
||||
} : {
|
||||
api_cfg: any,
|
||||
fqdn: string,
|
||||
try_cache: boolean,
|
||||
timeout: number,
|
||||
log_lvl: number
|
||||
}
|
||||
) {
|
||||
@@ -46,6 +48,7 @@ async function handle_load_ae_obj_id__site_domain(
|
||||
use_alt_table: true, // NOTE: This will use the table_name_alt value instead of the table_name value in the API config.
|
||||
use_alt_base: true, // NOTE: This will use the base_name_alt value instead of the base_name value in the API config.
|
||||
params: params,
|
||||
timeout: timeout,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
.then(function (site_domain_obj_get_result) {
|
||||
@@ -80,6 +83,7 @@ async function handle_load_ae_obj_code__data_store(
|
||||
for_id=null,
|
||||
try_cache=true,
|
||||
save_idb=false,
|
||||
timeout=9000,
|
||||
log_lvl=0
|
||||
}: {
|
||||
api_cfg: any,
|
||||
@@ -89,6 +93,7 @@ async function handle_load_ae_obj_code__data_store(
|
||||
for_id: string|null,
|
||||
try_cache: boolean,
|
||||
save_idb: boolean,
|
||||
timeout: number,
|
||||
log_lvl: number
|
||||
}
|
||||
) {
|
||||
@@ -110,6 +115,7 @@ async function handle_load_ae_obj_code__data_store(
|
||||
api_cfg: api_cfg,
|
||||
data_store_code: code,
|
||||
data_type: data_type,
|
||||
timeout: timeout,
|
||||
log_lvl: log_lvl
|
||||
})
|
||||
.then(function (get_ds_result) {
|
||||
|
||||
Reference in New Issue
Block a user