Skip to content

Commit

Permalink
EDF: [premieroctet#122] add name field to orderTicket schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien-Wappizy committed Dec 17, 2024
1 parent 1a9b75e commit 411bcbe
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ const {schemaOptions} = require('../../../utils/schemas')
const Schema = mongoose.Schema

const OrderTicketSchema = new Schema({

name: {
type: String,
required: false
},
}, schemaOptions)

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

0 comments on commit 411bcbe

Please sign in to comment.