Skip to content

Commit

Permalink
fix: remove useless branch
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Oct 1, 2024
1 parent 8271587 commit ad9e8f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bruty_server/src/server_threads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ pub async fn results_handler(results_receiver: flume::Receiver<Vec<bruty_share::
result.id.iter().collect::<String>()
);
}
_ => {
// Do nothing
}
}
}
}
Expand Down

0 comments on commit ad9e8f6

Please sign in to comment.