diff --git a/ef-api/controllers/property.js b/ef-api/controllers/property.js index 7e70d1f..0f2c54f 100644 --- a/ef-api/controllers/property.js +++ b/ef-api/controllers/property.js @@ -18,9 +18,6 @@ export const createProperty = async (req, res) => { } catch (error) { res.status(404).json({ message: "Something went wrong" }); } - - - };