Work on auto reload and related single property updates. Also bug fix for saving searched sessions.

This commit is contained in:
Scott Idem
2025-09-30 12:05:55 -04:00
parent 53a03f971f
commit 99fe486842
6 changed files with 186 additions and 13 deletions

View File

@@ -914,7 +914,7 @@ export async function search__event_session(
}
await db_save_ae_obj_li__ae_obj({
db_instance: db_events,
table_name: 'presenters',
table_name: 'sessions',
obj_li: processed_obj_li,
properties_to_save: properties_to_save,
log_lvl: log_lvl,