From e6e7e486f33952c7ed5aebc490bba743c3a72f29 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 23 Nov 2021 12:35:15 +0100 Subject: [PATCH] fix --- templates/add_workspace_client_to_context.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/add_workspace_client_to_context.json.j2 b/templates/add_workspace_client_to_context.json.j2 index fbe9411..19ca065 100644 --- a/templates/add_workspace_client_to_context.json.j2 +++ b/templates/add_workspace_client_to_context.json.j2 @@ -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 }" } }, {