max price update

This commit is contained in:
Horoli 2025-11-24 11:57:18 +09:00
parent 9cb32de511
commit dc64ccb520
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const COMPLEX_IDS = [
const FILTERS = { const FILTERS = {
minPrice: 500000000, minPrice: 500000000,
maxPrice: 600000000, maxPrice: 650000000,
keywords: ["입주"], keywords: ["입주"],
minSupplySpace: 60, minSupplySpace: 60,
}; };