add comission
All checks were successful
Build frontend / build (push) Successful in 1m25s

This commit is contained in:
hamzaobed7
2026-08-12 17:42:51 +03:00
parent 00dde588cb
commit 4b53669a35
9 changed files with 154 additions and 31 deletions

View File

@ -82,7 +82,7 @@ export async function generateMetadata({ params, searchParams }) {
const { id } = await params;
const { type } = await searchParams;
console.log("Property type:", type);
const raw = await fetchPropertyForMeta(id, type);