This commit is contained in:
Marco Lettere 2021-11-23 12:35:15 +01:00
parent ecb01a8e08
commit e6e7e486f3
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
"type": "LAMBDA",
"inputParameters": {
"client" : "${lookup_context.output.body}",
"scriptExpression": "function e(v){ return (v.length === 0)}; if(e($.client)) throw('Workspace client not found'); else return { client : $.client[0], id: $.client[0].id : }"
"scriptExpression": "function e(v){ return (v.length === 0)}; if(e($.client)) throw('Workspace client not found'); else return { client : $.client[0], id: $.client[0].id }"
}
},
{