General clean up. Less debug. Things work better?

This commit is contained in:
Scott Idem
2024-03-29 12:15:50 -04:00
parent c0e1d666f4
commit 0e26765312
10 changed files with 181 additions and 95 deletions

View File

@@ -30,7 +30,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: false});
ae_acct.slct.event_obj = load_event_obj;