More work on the delete related functions.

This commit is contained in:
Scott Idem
2024-11-15 12:00:39 -05:00
parent 6a390762d3
commit bd5c8a0867
9 changed files with 110 additions and 54 deletions

View File

@@ -173,7 +173,7 @@ export async function load_ae_obj_li__archive(
api_cfg: api_cfg,
for_obj_type: 'archive',
for_obj_id: archive_id,
params: {qry__enabled: enabled, qry__limit: limit},
params: params,
try_cache: try_cache,
log_lvl: log_lvl
})