Skip to content

Commit 062dee5

Browse files
committed
add back max_timestamp in scan_transaction_responses
1 parent 24be296 commit 062dee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routine_discovery/agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ def resolve_variables(self, extracted_variables: ExtractedVariableResponse) -> l
476476
for value in variable.values_to_scan_for:
477477
transaction_ids_found = self.context_manager.scan_transaction_responses(
478478
value=value,
479+
max_timestamp=max_timestamp
479480
)
480481
transaction_ids.extend(transaction_ids_found)
481482

0 commit comments

Comments
 (0)