More code clean up
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user