Skip to content

Commit

Permalink
review: make function private
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoPittella committed Jan 28, 2025
1 parent ad9a22b commit 5353d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/proving-service/src/proxy/update_workers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl HttpServerApp for LoadBalancerUpdateService {
/// Create a 200 response for updated workers
///
/// It will set the X-Worker-Count header to the number of workers.
pub async fn create_workers_updated_response(
async fn create_workers_updated_response(
session: &mut ServerSession,
workers: usize,
) -> pingora_core::Result<bool> {
Expand Down

0 comments on commit 5353d9d

Please sign in to comment.