Remove redundant from_variable_selector null-check (#24842)
This commit is contained in:
parent
9f528d23d4
commit
72acd9b483
3 changed files with 3 additions and 6 deletions
|
|
@ -149,9 +149,6 @@ class AnswerStreamProcessor(StreamProcessor):
|
|||
return []
|
||||
|
||||
stream_output_value_selector = event.from_variable_selector
|
||||
if not stream_output_value_selector:
|
||||
return []
|
||||
|
||||
stream_out_answer_node_ids = []
|
||||
for answer_node_id, route_position in self.route_position.items():
|
||||
if answer_node_id not in self.rest_node_ids:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue