Renamed a bunch of functions!
This commit is contained in:
@@ -3,7 +3,7 @@ import { api } from '$lib/api';
|
||||
|
||||
import { db_events } from "$lib/db_events";
|
||||
|
||||
import { handle_load_ae_obj_li__event_file } from "$lib/ae_events__event_file";
|
||||
import { load_ae_obj_li__event_file } from "$lib/ae_events__event_file";
|
||||
import { load_ae_obj_li__event_session } from './ae_events__event_session';
|
||||
|
||||
let ae_promises: key_val = {};
|
||||
@@ -69,7 +69,7 @@ export async function load_ae_obj_id__event_location(
|
||||
if (log_lvl) {
|
||||
console.log(`Need to load the file list for the location now`);
|
||||
}
|
||||
let load_event_file_obj_li = handle_load_ae_obj_li__event_file({
|
||||
let load_event_file_obj_li = load_ae_obj_li__event_file({
|
||||
api_cfg: api_cfg,
|
||||
for_obj_type: 'event_location',
|
||||
for_obj_id: event_location_id,
|
||||
@@ -210,7 +210,7 @@ export async function load_ae_obj_li__event_location(
|
||||
let event_location_obj = ae_promises.load__event_location_obj_li[i];
|
||||
let event_location_id = event_location_obj.event_location_id_random;
|
||||
|
||||
let load_event_file_obj_li = handle_load_ae_obj_li__event_file({
|
||||
let load_event_file_obj_li = load_ae_obj_li__event_file({
|
||||
api_cfg: api_cfg,
|
||||
for_obj_type: 'event_location',
|
||||
for_obj_id: event_location_id,
|
||||
|
||||
Reference in New Issue
Block a user