removed unnecessary ,

This commit is contained in:
dcore94 2021-02-17 16:38:50 +01:00
parent 6d67dfbdd4
commit e0022ea1b4
1 changed files with 1 additions and 1 deletions

View File

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