From 68727cd739be3d3f04c5f48e7965a46187d68463 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 9 Dec 2025 15:33:07 -0800 Subject: [PATCH] fix precommit --- crates/brightstaff/src/handlers/pipeline_processor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/brightstaff/src/handlers/pipeline_processor.rs b/crates/brightstaff/src/handlers/pipeline_processor.rs index 6d70c30a..4d83325a 100644 --- a/crates/brightstaff/src/handlers/pipeline_processor.rs +++ b/crates/brightstaff/src/handlers/pipeline_processor.rs @@ -140,7 +140,7 @@ impl PipelineProcessor { // Check for HTTP errors and handle them appropriately if !status.is_success() { let error_body = String::from_utf8_lossy(&response_bytes).to_string(); - + if status.is_client_error() { // 4xx errors - cascade back to developer return Err(PipelineError::ClientError {