From e0022ea1b48861b36f4a32c19d1686f9bed086fb Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 17 Feb 2021 16:38:50 +0100 Subject: [PATCH] removed unnecessary , --- templates/user-group-role_created.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user-group-role_created.json.j2 b/templates/user-group-role_created.json.j2 index b9bd330..e34843f 100644 --- a/templates/user-group-role_created.json.j2 +++ b/templates/user-group-role_created.json.j2 @@ -55,7 +55,7 @@ "username" : "${workflow.input.user}", "scriptExpression": "for(var i=0; i < $.foundusers.length;i++){if($.foundusers[i]['username'] == $.username) return Java.to([$.foundusers[i]], 'java.lang.Object[]')}" }, - "type": "LAMBDA", + "type": "LAMBDA" }, { "name": "check_user_existance",