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",