fix
This commit is contained in:
parent
79ded74f4d
commit
ad6c4b7f03
|
@ -133,7 +133,7 @@
|
|||
"type": "LAMBDA",
|
||||
"inputParameters": {
|
||||
"context_name" : "${extract_context.output.result.client.name}",
|
||||
"scriptExpression": "var s = $.context_name; return { shubified_context_name : (s[0] === "/" ? s.replace("/", "") : s).split("/").join("-")"
|
||||
"scriptExpression": "var s = $.context_name; return { shubified_context_name : (s[0] === '/' ? s.replace('/', '') : s).split('/').join('-')"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue