Skip to content

Commit

Permalink
fix: compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Sep 25, 2023
1 parent 1616e6c commit 065884a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/task_monitor/tasks/process_identities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ async fn process_identities(
// identities we have, even if it's not many. This ensures
// a minimum quality of service for API users.

batching_tree.

let updates = batching_tree.peek_next_updates(batch_size);
if updates.is_empty() {
Expand Down

0 comments on commit 065884a

Please sign in to comment.