More updates related to the IDB table name changes for events.
This commit is contained in:
@@ -435,7 +435,7 @@ export function handle_db_save_ae_obj_li__exhibitor(
|
||||
}
|
||||
|
||||
try {
|
||||
const id_random = await db_events.exhibits.put({
|
||||
const id_random = await db_events.exhibit.put({
|
||||
id_random: obj.event_exhibit_id_random,
|
||||
event_exhibit_id_random: obj.event_exhibit_id_random,
|
||||
|
||||
@@ -469,7 +469,7 @@ export function handle_db_save_ae_obj_li__exhibitor(
|
||||
console.log(status);
|
||||
}
|
||||
|
||||
// const id_random = await db_events.exhibits.put(obj);
|
||||
// const id_random = await db_events.exhibit.put(obj);
|
||||
// console.log(`Put obj with ID: ${obj.event_exhibit_id_random}`);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user