This commit is contained in:
Scott Idem
2024-04-03 16:28:11 -04:00
parent ae1764579e
commit 9c85914b9f
4 changed files with 43 additions and 12 deletions

View File

@@ -236,7 +236,7 @@ async function handle_update_ae_obj_id_crud(
object_id: string,
field_name: string,
new_field_value: any,
params: key_val,
params: any|key_val,
try_cache: boolean,
log_lvl: number
}) {