More code clean up

This commit is contained in:
Scott Idem
2024-05-23 19:45:17 -04:00
parent 0005ba7dc9
commit d9ff625db6
3 changed files with 136 additions and 104 deletions

View File

@@ -18,7 +18,7 @@ export let post_object = async function post_object(
filename='',
auto_download=false,
// The task_id value should be a random string that is unique to the task. This is used to identify the task in the message event.
task_id='post_object_x',
task_id=crypto.randomUUID(),
log_lvl=0
} : {
api_cfg: any,