You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check its argument name to be not undefined and if name is undefined return first element from chain (else branch of if condition statement from runChain function does the same.)
I think the if statement from runChain function can be replaced and the function get the form
The functionProcessingChain.prototype.runChain has the snippet
But, function ProcessingChain.prototype.findFirstValidItem
check its argument
name
to be not undefined and ifname
is undefined return first element from chain (else branch of if condition statement from runChain function does the same.)I think the if statement from runChain function can be replaced and the function get the form
The text was updated successfully, but these errors were encountered: