Wrapping up for the night.
This commit is contained in:
@@ -53,7 +53,7 @@ export async function load({ params, parent }) { // route
|
||||
if (log_lvl) {
|
||||
console.log(`event_presentation_obj_li = `, event_presentation_obj_li);
|
||||
}
|
||||
for (let index = 0; index < event_presentation_obj_li.length; index++) {
|
||||
for (let index = 0; index < event_presentation_obj_li?.length; index++) {
|
||||
let event_presentation_obj = event_presentation_obj_li[index];
|
||||
let event_presentation_id = event_presentation_obj.event_presentation_id_random;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user