General clean up of files. Less debug. Less extra stuff.

This commit is contained in:
Scott Idem
2025-06-27 12:44:23 -04:00
parent bd0d96cb83
commit 9914fd1700
18 changed files with 82 additions and 128 deletions

View File

@@ -95,7 +95,9 @@ export async function load_ae_obj_id__archive(
api_cfg: api_cfg,
for_obj_type: 'archive',
for_obj_id: archive_id,
params: {qry__enabled: 'all', qry__limit: 99},
enabled: 'all',
limit: 99,
params: params,
try_cache: try_cache,
log_lvl: log_lvl
})