Skip to content

Commit

Permalink
EDF: [premieroctet#114] sector field is not required anymore in compa…
Browse files Browse the repository at this point in the history
…ny schema
  • Loading branch information
Bastien-Wappizy committed Dec 16, 2024
1 parent 62128cd commit 562d5b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const CompanySchema = new Schema(
sector: {
type: String,
enum: Object.keys(SECTOR),
required: true,
required: false,
},
email: {
type: String,
Expand Down

0 comments on commit 562d5b9

Please sign in to comment.