General code clean up

This commit is contained in:
Scott Idem
2024-06-24 14:42:14 -04:00
parent 31ba1c9200
commit 0c4185f74c
16 changed files with 56 additions and 44 deletions

View File

@@ -20,7 +20,7 @@ export let post_object = async function post_object(
// 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=crypto.randomUUID(),
log_lvl=0
} : {
}: {
api_cfg: any,
endpoint: string,
params?: any,