Real estate input clean up.
This commit is contained in:
@@ -243,6 +243,9 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user