First part of of getting the IDAA Archives to use the newer method to save to the IDB.

This commit is contained in:
Scott Idem
2025-06-04 12:04:41 -04:00
parent 695a520eb3
commit 83ff5681d6
3 changed files with 261 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ export async function load({ params, parent }) { // route
console.log(`ae_idaa_archives archives [archive_id] +page.ts: archive_id = `, archive_id);
}
// Load event archive object
let load_archive_obj = archives_func.load_ae_obj_id__archive({
let load_archive_obj = await archives_func.load_ae_obj_id__archive({
api_cfg: ae_acct.api,
archive_id: archive_id,
inc_content_li: true,