Saving more code clean up and removal

This commit is contained in:
Scott Idem
2026-03-24 11:15:01 -04:00
parent d27ec58fe9
commit 512e5ef87c
25 changed files with 130 additions and 153 deletions

View File

@@ -2,7 +2,7 @@
// console.log(`ae_root +layout.ts: start`);
// import { error } from '@sveltejs/kit';
import { lookup_site_domain_v3 } from '$lib/ae_core/ae_core__site';
import { lookup_site_domain } from '$lib/ae_core/ae_core__site';
import type { key_val } from '$lib/stores/ae_stores';
// import type { ae_SiteDomain } from '$lib/types/ae_types';
@@ -220,7 +220,7 @@ export async function load({ fetch, params, parent, route, url }) {
}
};
result = await lookup_site_domain_v3({
result = await lookup_site_domain({
api_cfg: bootstrap_api_cfg,
fqdn,
view: 'base',
@@ -234,7 +234,7 @@ export async function load({ fetch, params, parent, route, url }) {
} else {
// We have a result (cache or native), fire off the refresh in the background to update Dexie
if (log_lvl) console.log('ROOT LOAD: Result already obtained. Background refresh triggered.');
lookup_site_domain_v3({
lookup_site_domain({
api_cfg: ae_api_init,
fqdn,
view: 'base',