Saving work after rounds of updates to the event object type functions.

This commit is contained in:
Scott Idem
2025-05-23 16:17:42 -04:00
parent 589320a850
commit 7c70d93a68
6 changed files with 918 additions and 92 deletions

View File

@@ -142,15 +142,6 @@ export async function load_ae_obj_id__event_session(
if (log_lvl) {
console.log(`event_presentation_obj_li = `, event_presentation_obj_li);
}
// if (try_cache) {
// console.log(`ae_promises.load__event_session_obj = `, ae_promises.load__event_session_obj);
// ae_promises.load__event_session_obj.event_presentation_li = event_presentation_obj_li;
// // Re-save the session object with the new presentation list
// db_save_ae_obj_li__event_session({
// obj_type: 'event_session',
// obj_li: [ae_promises.load__event_session_obj]
// });
// }
return event_presentation_obj_li;
});