Skip to content

Commit 24be296

Browse files
committed
Dima cmt; rm timestamp arg
1 parent 87b2f76 commit 24be296

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routine_discovery/agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ def resolve_variables(self, extracted_variables: ExtractedVariableResponse) -> l
465465
for value in variable.values_to_scan_for:
466466
storage_sources = self.context_manager.scan_storage_for_value(
467467
value=value,
468-
max_timestamp=max_timestamp
469468
)
470469
storage_objects.extend(storage_sources)
471470

@@ -477,7 +476,6 @@ def resolve_variables(self, extracted_variables: ExtractedVariableResponse) -> l
477476
for value in variable.values_to_scan_for:
478477
transaction_ids_found = self.context_manager.scan_transaction_responses(
479478
value=value,
480-
max_timestamp=max_timestamp
481479
)
482480
transaction_ids.extend(transaction_ids_found)
483481

0 commit comments

Comments
 (0)