Lint & small changes

This commit is contained in:
Andras Schmelczer 2026-04-04 22:59:07 +01:00
parent 0c6d207967
commit 55238f59aa
21 changed files with 2522 additions and 423 deletions

View file

@ -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