fixing immoscout url and description

This commit is contained in:
Christian Kellner
2025-05-09 11:00:35 +02:00
parent cd3631f910
commit f1effe941f
3 changed files with 3 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ async function getListings(url) {
price: price?.value,
size: size?.value,
title: item.title,
link: `${metaInformation.baseUrl}/expose/${item.id}`,
link: `${metaInformation.baseUrl}expose/${item.id}`,
address: item.address?.line,
};
});