Wrapping up for the day/week. It is my birthday weekend!

This commit is contained in:
Scott Idem
2024-08-09 19:01:45 -04:00
parent 9a1995dd9f
commit d7dfef4fe0
10 changed files with 240 additions and 57 deletions

View File

@@ -248,15 +248,15 @@ export async function handle_load_ae_obj_li__event_session(
if (log_lvl) {
console.log(`event_presentation_obj_li = `, event_presentation_obj_li);
}
if (try_cache) {
console.log(`event_session_obj = `, event_session_obj);
event_session_obj.event_presentation_li = event_presentation_obj_li;
// Re-save the session object with the new presentation list
handle_db_save_ae_obj_li__event_session({
obj_type: 'event_session',
obj_li: event_session_obj
});
}
// if (try_cache) {
// console.log(`event_session_obj = `, event_session_obj);
// event_session_obj.event_presentation_li = event_presentation_obj_li;
// // Re-save the session object with the new presentation list
// handle_db_save_ae_obj_li__event_session({
// obj_type: 'event_session',
// obj_li: event_session_obj
// });
// }
return event_presentation_obj_li;
});