Skip to content

Commit

Permalink
EDF: [premieroctet#45] add description field to accomodation schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien-Wappizy committed Dec 5, 2024
1 parent 788ca0c commit f673f9d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const AccomodationSchema = new Schema({
type: String,
required: false
},
description: {
type: String,
required: false
},
}, {...schemaOptions})

/* eslint-disable prefer-arrow-callback */
Expand Down

0 comments on commit f673f9d

Please sign in to comment.