style: Apply Prettier formatting to codebase

This commit is contained in:
Scott Idem
2025-11-19 13:38:45 -05:00
parent 8f49edc1b3
commit 8029034e37
41 changed files with 852 additions and 892 deletions

View File

@@ -8,17 +8,10 @@
import { ae_util } from '$lib/ae_utils/ae_utils';
import type { key_val } from '$lib/stores/ae_stores';
console.log(
`ae_e_data_store ${ds_code} for_type=${for_type} for_id=${for_id} account_id=${$ae_loc.account_id}`
);
let ae_promises: key_val = {}; // Promise<any>;
let ds_get_results: Promise<any> | key_val = $state();
let ds_loading_status: string = 'starting...';
@@ -178,7 +171,6 @@
}
});
async function load_data_store({
code,
type = 'text',