WIP Form submit added.
This commit is contained in:
@@ -13,7 +13,7 @@ const currentRealEstate = async req => {
|
||||
const realEstateId = req && req.params ? req.params["realEstateId"] : null;
|
||||
if (!realEstateId) return null;
|
||||
|
||||
return await getRealEstateById(realEstateId);
|
||||
return await getRealEstateById(parseInt(realEstateId));
|
||||
};
|
||||
module.exports = {
|
||||
currentSearchRequest,
|
||||
|
||||
Reference in New Issue
Block a user