Should have saved my work earlier... General clean up of initial API calls and saving to IDB. Other fixes and updates.
This commit is contained in:
@@ -25,7 +25,7 @@ export async function load({ parent }) {
|
||||
return false;
|
||||
}
|
||||
|
||||
let load_event_obj = events_func.handle_load_ae_obj_id__event({api_cfg: ae_acct.api, event_id: event_id, try_cache: false});
|
||||
let load_event_obj = events_func.handle_load_ae_obj_id__event({api_cfg: ae_acct.api, event_id: event_id, try_cache: true});
|
||||
|
||||
ae_acct.slct.event_obj = load_event_obj;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user