From 03a87adfd2038e695e98ed3e263c096867cade9a Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 6 Jan 2026 21:05:02 +0000 Subject: [PATCH] save what i've done so far --- src/app/api/properties/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/properties/route.ts b/src/app/api/properties/route.ts index f8148b31..68c5fb7f 100644 --- a/src/app/api/properties/route.ts +++ b/src/app/api/properties/route.ts @@ -17,7 +17,7 @@ export async function POST(req: NextRequest) { console.log("filters", filters); const properties = await getProperties( portfolioId, - 10000, + 1000, 0, filters );