style: Apply Prettier formatting to codebase
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user