Renamed a bunch of functions!

This commit is contained in:
Scott Idem
2024-10-08 16:34:06 -04:00
parent c130e82fd0
commit 6694ec92c7
18 changed files with 50 additions and 48 deletions

View File

@@ -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,