First part of of getting the IDAA Archives to use the newer method to save to the IDB.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user