Lint & small changes
This commit is contained in:
parent
0c6d207967
commit
55238f59aa
21 changed files with 2522 additions and 423 deletions
|
|
@ -946,10 +946,7 @@ pub async fn post_ai_filters(
|
|||
|
||||
// Auto-inject Listing status filter for historical mode
|
||||
if let Value::Object(ref mut map) = filters {
|
||||
map.insert(
|
||||
"Listing status".to_string(),
|
||||
json!(["Historical sale"]),
|
||||
);
|
||||
map.insert("Listing status".to_string(), json!(["Historical sale"]));
|
||||
}
|
||||
|
||||
// Count matching properties and refine if too restrictive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue