Done for the night I guess.

This commit is contained in:
Scott Idem
2024-03-27 20:15:30 -04:00
parent b336f18512
commit 7cc23077f3
8 changed files with 16 additions and 14 deletions

View File

@@ -168,7 +168,7 @@ export async function load({ fetch, params, parent, route, url }) { // params, r
// return true;
// });
console.log(ae_loc_init);
// console.log(ae_loc_init);
// if (browser) {
// localStorage.setItem('ae_account_id', await account_id);
@@ -177,7 +177,7 @@ export async function load({ fetch, params, parent, route, url }) { // params, r
// NOTE: We need to wait for the account_id to be returned before we can continue. It is required for the api_cfg.
let ds_type: null|string = 'json';
ds_code = 'hub__page__access_code_li_json';
console.log(`INFO: ae_ account_id = `, account_id);
// console.log(`INFO: ae_ account_id = `, account_id);
// ae_acct['ds'][ds_code]
ds_code_li[ds_code] = await core_func.handle_load_ae_obj_code__data_store({api_cfg: ae_api_init, code: ds_code, data_type: ds_type, save_idb: false})
.then(function (ds_results) {