Wrapping up for the day/week. It is my birthday weekend!
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user