mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 15:34:09 +01:00
Vendor in build script
This commit is contained in:
@@ -724,10 +724,10 @@ async fn cmd_filter_response(
|
||||
) -> Result<FilterResponse, String> {
|
||||
let response = get_http_response(&w, response_id)
|
||||
.await
|
||||
.expect("Failed to get response");
|
||||
.expect("Failed to get http response");
|
||||
|
||||
if let None = response.body_path {
|
||||
return Err("Response body not found".to_string());
|
||||
return Err("Response body path not set".to_string());
|
||||
}
|
||||
|
||||
let mut content_type = "".to_string();
|
||||
|
||||
Reference in New Issue
Block a user