Improvement with file counts and related

This commit is contained in:
Scott Idem
2024-08-09 19:33:47 -04:00
parent d7dfef4fe0
commit 074cf154f2
3 changed files with 14 additions and 3 deletions

View File

@@ -178,6 +178,9 @@ export function handle_db_save_ae_obj_li__event(
// From SQL view
file_count: obj.file_count,
file_count_all: obj.file_count_all,
internal_use_count: obj.internal_use_count,
event_file_id_li_json: obj.event_file_id_li_json,
});
// console.log(`Put obj with ID: ${obj.event_id_random} or ${id_random}`);
} catch (error) {