save what i've done so far

This commit is contained in:
Jun-te Kim 2026-01-06 21:05:02 +00:00
parent 92be2f1e5a
commit 03a87adfd2

View file

@ -17,7 +17,7 @@ export async function POST(req: NextRequest) {
console.log("filters", filters);
const properties = await getProperties(
portfolioId,
10000,
1000,
0,
filters
);