Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
andriidemus committed Jan 4, 2025
1 parent 03e64a3 commit 70b74e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ impl FlowQueryService for FlowQueryServiceImpl {
.get_count_flows_by_dataset(dataset_id, &filters)
.await?;

let relevant_flow_ids =
self.flow_event_store
.get_all_flow_ids_by_dataset(&dataset_id, &filters, pagination);
let relevant_flow_ids = self
.flow_event_store
.get_all_flow_ids_by_dataset(dataset_id, &filters, pagination);

let matched_stream = self.flow_state_stream(relevant_flow_ids);

Expand Down

0 comments on commit 70b74e0

Please sign in to comment.