Skip to content

Commit

Permalink
perf(models): property remove enquiries
Browse files Browse the repository at this point in the history
  • Loading branch information
eevan7a9 committed Sep 25, 2022
1 parent 56d4018 commit d82e339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-fastify/src/models/property.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const propertySchema = new mongoose.Schema(
type: { type: String, required: true },
position: { lat: Number, lng: Number },
price: { type: Number },
enquiries: { type: Array },
// enquiries: { type: Array },
features: { type: Array },
profileImage: { type: String },
images: { type: Array },
Expand Down

0 comments on commit d82e339

Please sign in to comment.