diff --git a/src/infrastructure/auth_check.rs b/src/infrastructure/auth_check.rs index 9f1cc2a..793d49d 100644 --- a/src/infrastructure/auth_check.rs +++ b/src/infrastructure/auth_check.rs @@ -35,8 +35,7 @@ pub async fn check_auth() -> Result { let langgraph_url = state.services.langgraph_url.clone(); let langflow_url = state.services.langflow_url.clone(); let langfuse_url = state.services.langfuse_url.clone(); - let compliance_scanner_url = - state.services.compliance_scanner_url.clone(); + let compliance_scanner_url = state.services.compliance_scanner_url.clone(); Ok(AuthInfo { authenticated: true,