Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
mslabek committed Oct 16, 2024
1 parent bd958a4 commit 8e60fbd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ class DynamicNodeValidator(
// we add distinct here, as multi-step, partial validation of parameters can cause duplicate errors if implementation is not v. careful
val allErrors = (errorsCombined ++ errors).distinct
Valid(TransformationResult(allErrors, evaluatedSoFar.map(_._1), finalContext, state, nodeParameters))
case component.NextParameters(Nil, _, _) =>
returnUnmatchedFallback
case component.NextParameters(newParameters, newParameterErrors, state) =>
val enrichedParameters =
StandardParameterEnrichment.enrichParameterDefinitions(newParameters, parametersConfig)
Expand Down

0 comments on commit 8e60fbd

Please sign in to comment.