removed unnecessary ,
This commit is contained in:
parent
6d67dfbdd4
commit
e0022ea1b4
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue