Revert "Real estate input clean up."

This reverts commit 5f674230e1.
This commit is contained in:
Naida Vatric
2020-03-10 22:03:32 +01:00
parent 5f674230e1
commit 5066c2fa70
10 changed files with 186 additions and 182 deletions

View File

@@ -243,9 +243,6 @@ const postPublishInputs = async (req, res) => {
//Contact email saved in other table
const contactEmail = req.body.email || "";
const imageUrlsArray = req.body.imageUrls || [];
console.log(imageUrlsArray);
realEstate.balcony = balcony;
realEstate.elevator = elevator;
realEstate.newBuilding = newBuilding;