Skip to content

Commit

Permalink
Fix Element extraction (finos#2814)
Browse files Browse the repository at this point in the history
Fix Element extraction
  • Loading branch information
Yasirmod17 authored Apr 30, 2024
1 parent 2c833be commit 6a0065a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ function meta::external::function::activator::hostedService::generation::getExec
|$s->evaluateAndDeactivate().parametersValues->filter(x| $x.genericType.rawType->toOne()==ExecutionEnvironmentInstance)->map(pv|
$pv->match([
s:SimpleFunctionExpression[1]| $s->reactivate()->toOne();,
e: ExecutionEnvironmentInstance[1]| $e
i:InstanceValue[1]| $i.values->toOne();,
e: ExecutionEnvironmentInstance[1]| $e
]));,
|$s->reactivate()->toOne()
);,
Expand Down

0 comments on commit 6a0065a

Please sign in to comment.