Saving more code clean up and removal
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
import { ArrowRightLeft, Bug, Building2, CircleCheck, Code, Contact, Database, Eye, EyeOff, FlaskConical, Globe, Info, Key, MapPin, RefreshCcw, Satellite, Server, Settings2, ShieldAlert, ShieldCheck, Trash2, Unlock, User, UserCheck, Users, Zap } from '@lucide/svelte';
|
||||
// Core Module Imports
|
||||
import { load_ae_obj_li__account } from '$lib/ae_core/ae_core__account';
|
||||
import { lookup_site_domain_v3 } from '$lib/ae_core/ae_core__site';
|
||||
import { lookup_site_domain } from '$lib/ae_core/ae_core__site';
|
||||
import { load_ae_obj_id__user } from '$lib/ae_core/ae_core__user';
|
||||
import { db_core } from '$lib/ae_core/db_core';
|
||||
import { events_loc } from '$lib/stores/ae_events_stores';
|
||||
@@ -117,7 +117,7 @@
|
||||
|
||||
const test_site_domain_lookup = () => run_test('Site Domain Lookup', async () => {
|
||||
const fqdn = test_fqdn || window.location.host;
|
||||
return await lookup_site_domain_v3({ api_cfg: $ae_api, fqdn, log_lvl: 1 });
|
||||
return await lookup_site_domain({ api_cfg: $ae_api, fqdn, log_lvl: 1 });
|
||||
});
|
||||
|
||||
const test_load_accounts = () => run_test('Load Accounts', async () => {
|
||||
|
||||
Reference in New Issue
Block a user